From 06aac0d6f0aeb5a0c2a5f9168d84607640d89a17 Mon Sep 17 00:00:00 2001 From: pbarroca <pbarroca@afi-sa.fr> Date: Fri, 27 Nov 2015 16:24:29 +0100 Subject: [PATCH] version 7.2.30 --- VERSIONS | 5 +++++ VERSIONS_HOTLINE/33773 | 1 - library/startup.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 VERSIONS_HOTLINE/33773 diff --git a/VERSIONS b/VERSIONS index 41bff2d9f9f..42722c46507 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +27/11/2015 - v7.2.30 + + - ticket #33773 : VSmart: correction de l'impossibilité de se connecter au compte lecteur lorsqu'une consultation est reservée + + 26/11/2015 - v7.2.29 - ticket #33501 : Cosmogramme: amélioration des intégrations automatiques diff --git a/VERSIONS_HOTLINE/33773 b/VERSIONS_HOTLINE/33773 deleted file mode 100644 index 891eebf3c6f..00000000000 --- a/VERSIONS_HOTLINE/33773 +++ /dev/null @@ -1 +0,0 @@ - - ticket #33773 : VSmart: Impossible de se connecter à son compte lecteur lorsque une consultation est reservée \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 8c0d4cb08d8..79cd036bb3b 100644 --- a/library/startup.php +++ b/library/startup.php @@ -64,7 +64,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.2'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.29'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.30'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab