diff --git a/VERSIONS b/VERSIONS index 24c33de40e3d800e97be9d5fb814bdeee9b0b40a..ff52f953fdcce5532b6a2b3c562b19119432a0de 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,9 @@ +16/02/2016 - v7.4.10 + + - ticket #37996 : Correction des liens Premier Chapitre + + + 15/02/2016 - v7.4.9 - ticket #37288 : Correction de la localisation des exemplaires diff --git a/VERSIONS_HOTLINE/37996 b/VERSIONS_HOTLINE/37996 deleted file mode 100644 index aa85ade59c0c8d3f2f18e35e05585869767f9c29..0000000000000000000000000000000000000000 --- 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 30c27575d00ccc12d1a5c0e736e757cedf5c6c4c..aff2c991e5612d3ee67d6fb000745579802dc585 100644 --- a/library/startup.php +++ b/library/startup.php @@ -64,7 +64,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.4'); - 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/');