From 3a6e30cd33d10cb85ef2cda95b36d1f0692c3eee Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Mon, 8 Feb 2016 16:40:18 +0100 Subject: [PATCH] version 7.4.7 --- VERSIONS | 6 ++++++ VERSIONS_HOTLINE/38223 | 1 - library/startup.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 VERSIONS_HOTLINE/38223 diff --git a/VERSIONS b/VERSIONS index 7d30cc80b3c..b755f81d5cb 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,9 @@ +08/02/2016 - v7.4.7 + + - ticket #38223 : Intégration cosmogramme : correction d'une incompatibilité avec la version 5.4.45 de PHP + + + 05/02/2016 - v7.4.6 - ticket #36925 : Administration : correction du sélecteur de bibliothèque dans la fiche utilisateur diff --git a/VERSIONS_HOTLINE/38223 b/VERSIONS_HOTLINE/38223 deleted file mode 100644 index f80d07a2082..00000000000 --- a/VERSIONS_HOTLINE/38223 +++ /dev/null @@ -1 +0,0 @@ - - ticket #38223 : Intégration cosmogramme : correction d'une incompatibilité avec la version 5.4.45 de PHP diff --git a/library/startup.php b/library/startup.php index 0065eef016f..f9a605063dd 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 . '.6'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.7'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab