From 0ad3f80adffe811550a675da3aec26b824100beb Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@afi-sa.fr> Date: Mon, 19 Oct 2015 15:54:03 +0200 Subject: [PATCH] 7.3.18 --- VERSIONS | 5 +++++ library/startup.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/VERSIONS b/VERSIONS index 623b8b423ba..fe13cee6636 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,8 @@ +19/10/2015 - v7.3.18 + + - fixe une erreur de session sur l'outil Inspecteur Gadget + + 19/10/2015 - v7.3.17 - ticket #27958 : Mise a jour version CKeditor : v4.5.4 diff --git a/library/startup.php b/library/startup.php index dc0a3ece8eb..e69f68ab531 100644 --- a/library/startup.php +++ b/library/startup.php @@ -64,7 +64,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.3'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.17'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.18'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab