From 45ec8b73d862d3f63390bdb89a6f3882f95bd034 Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Mon, 13 Mar 2017 11:43:48 +0100 Subject: [PATCH] 7.8.8 --- VERSIONS | 5 +++++ library/startup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/VERSIONS b/VERSIONS index 859091aed0b..9a5412da998 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +13/03/2017 - v7.8.8 + + - Cosmogramme : l'administrateur Bokeh est authentifié dans cosmogramme. + + 06/03/2017 - v7.8.7 - ticket #56622 : Espace abonné : correction de bug dans la liste de prêts et de réservations. diff --git a/library/startup.php b/library/startup.php index 72cb2edbcc2..61ca5f0e551 100644 --- a/library/startup.php +++ b/library/startup.php @@ -83,7 +83,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.8'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.7'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.8'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab