From 219319944f813340e5a341da90ddf614716d25c4 Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Thu, 12 Jan 2017 10:12:50 +0100 Subject: [PATCH] 7.7.26 --- VERSIONS | 2 +- library/startup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSIONS b/VERSIONS index 5aed763363c..02156f01c34 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ -12/01/2017 - v7.7.25 +12/01/2017 - v7.7.25 - v7.7.26 - ticket #53371 : Fiche bibliothèque : affichage du lien 'voir le plan' lorsque le lieu est renseigné. diff --git a/library/startup.php b/library/startup.php index bb947a10e2b..5ecb041c036 100644 --- a/library/startup.php +++ b/library/startup.php @@ -83,7 +83,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.7'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.25'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.26'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab