From b8c8bcbae604cbe4729d83a1ff4a5e118de073bf Mon Sep 17 00:00:00 2001 From: Patrick Barroca Date: Thu, 7 Feb 2019 09:57:47 +0100 Subject: [PATCH] version 8.0.2 --- VERSIONS | 5 +++++ VERSIONS_HOTLINE/86474 | 1 - library/startup.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) delete mode 100644 VERSIONS_HOTLINE/86474 diff --git a/VERSIONS b/VERSIONS index c1457b84f9..c7f5df4a3d 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +07/02/2019 - v8.0.2 + + - ticket #86474 : Compte lecteur : Correction de la compatibilité du multi-carte avec l'authentification par le SIGB uniquement + + 05/02/2019 - v8.0.1 - ticket #86381 : SIGB Nanook : Correction de l'authentification par SIGB uniquement diff --git a/VERSIONS_HOTLINE/86474 b/VERSIONS_HOTLINE/86474 deleted file mode 100644 index 2a53149ba3..0000000000 --- a/VERSIONS_HOTLINE/86474 +++ /dev/null @@ -1 +0,0 @@ - - ticket #86474 : Compte lecteur : Correction de la compatibilité du multi-carte avec l'authentification par le SIGB uniquement \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 25d763e4cc..cf2decac51 100644 --- a/library/startup.php +++ b/library/startup.php @@ -81,7 +81,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','8.0'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.1'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.2'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- 2.18.1