From 3f87dfa5b64a13ea8a50c14654086831aebefa1c Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Thu, 7 Dec 2023 07:48:09 +0100 Subject: [PATCH] Bump version --- README.md | 4 ++-- galette/docs/source/Doxyfile | 2 +- galette/docs/source/conf.py | 2 +- galette/includes/galette.inc.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cb80c91ad..e970de0ab 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### English -[![Download most recent Galette release (1.0.0rc3)](https://img.shields.io/badge/1.0.0rc3-Latest_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/dev/galette-1.0.0-rc3-20231122-a9c2ed838d.tar.bz2) +[![Download most recent Galette release (1.0.0)](https://img.shields.io/badge/1.0.0-Latest_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.0.tar.bz2) [![Download Galette development (nightly) build](https://img.shields.io/badge/nightly-Galette_development-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-dev.tar.bz2) Galette is a membership management web application towards non profit organizations; released under GPLv3. @@ -29,7 +29,7 @@ To use Galette, you can either: ### Français -[![Télécharger la version de Galette la plus récente (1.0.0rc3)](https://img.shields.io/badge/1.0.0rc3-Dernière_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/dev/galette-1.0.0-rc3-20231122-a9c2ed838d.tar.bz2) +[![Télécharger la version de Galette la plus récente (1.0.0)](https://img.shields.io/badge/1.0.0-Dernière_Galette-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-1.0.0.tar.bz2) [![Télécharger la version de développement (nighly) de Galette](https://img.shields.io/badge/nightly-Galette_développement-ffb619.svg?logo=php&logoColor=white&style=for-the-badge)](https://download.tuxfamily.org/galette/galette-dev.tar.bz2) Galette est un outil de gestion d’adhérents et de cotisations en ligne à destination des associations, sous license GPLV3. diff --git a/galette/docs/source/Doxyfile b/galette/docs/source/Doxyfile index 87b6c2d5d..7177ba495 100644 --- a/galette/docs/source/Doxyfile +++ b/galette/docs/source/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "Galette API documentation" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.0.0rc3 +PROJECT_NUMBER = 1.0.0 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/galette/docs/source/conf.py b/galette/docs/source/conf.py index 4346f2c80..86e7bd78f 100644 --- a/galette/docs/source/conf.py +++ b/galette/docs/source/conf.py @@ -16,7 +16,7 @@ copyright = '2004-2023, The Galette Team' author = 'Johan Cwiklinski' # The full version, including alpha/beta/rc tags -release = '1.0.0rc3' +release = '1.0.0' # -- General configuration --------------------------------------------------- diff --git a/galette/includes/galette.inc.php b/galette/includes/galette.inc.php index 45c9e96b9..68f681170 100644 --- a/galette/includes/galette.inc.php +++ b/galette/includes/galette.inc.php @@ -100,7 +100,7 @@ if ( } define('GALETTE_NIGHTLY', false); -define('GALETTE_VERSION', 'v1.0.0rc3'); +define('GALETTE_VERSION', 'v1.0.0'); //Version to display if (!defined('GALETTE_HIDE_VERSION')) { -- 2.39.2