From e20ff97f185d53a2608c3aae24110ea798305f1f Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Tue, 16 Feb 2016 13:36:54 +0100 Subject: [PATCH] version 7.5.10 --- VERSIONS | 6 ++++++ VERSIONS_HOTLINE/37996 | 1 - library/startup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 VERSIONS_HOTLINE/37996 diff --git a/VERSIONS b/VERSIONS index c35f03d67cf..0b380c4a4dc 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,9 @@ +16/02/2016 - v7.5.10 + + - ticket #37996 : Correction des liens Premier Chapitre + + + 15/02/2016 - v7.5.9 - ticket #37288 : Correction de la localisation des exemplaires diff --git a/VERSIONS_HOTLINE/37996 b/VERSIONS_HOTLINE/37996 deleted file mode 100644 index aa85ade59c0..00000000000 --- a/VERSIONS_HOTLINE/37996 +++ /dev/null @@ -1 +0,0 @@ - - ticket #37996 : Correction des liens Premier Chapitre diff --git a/library/startup.php b/library/startup.php index 99b4701c1aa..bddb56e35f7 100644 --- a/library/startup.php +++ b/library/startup.php @@ -65,7 +65,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.5'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.9'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.10'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab