]> git.agnieray.net Git - galette.git/commitdiff
Bump version 1.0.0
authorJohan Cwiklinski <johan@x-tnd.be>
Thu, 7 Dec 2023 06:48:09 +0000 (07:48 +0100)
committerJohan Cwiklinski <johan@x-tnd.be>
Thu, 7 Dec 2023 06:48:09 +0000 (07:48 +0100)
README.md
galette/docs/source/Doxyfile
galette/docs/source/conf.py
galette/includes/galette.inc.php

index cb80c91add3c999f18aac9e358e7bf6ad59537e7..e970de0ab6173567865d842e2e77e724f48319e3 100644 (file)
--- 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.
index 87b6c2d5debaed3cbb5edb64c5d2a5028adfe0f0..7177ba4953e50190198da1641451e27eae9a656f 100644 (file)
@@ -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
index 4346f2c80925346965f8c0d8a964becf6186750e..86e7bd78f6a13e8f3271d433d6306a3c3dd9a8dc 100644 (file)
@@ -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 ---------------------------------------------------
index 45c9e96b99fe97c1b7971e04a25089a7426ff78e..68f681170f01332d47f5084eaef7023af3894c54 100644 (file)
@@ -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')) {