From e9513267546009122a7f835da51437d7ba5f7697 Mon Sep 17 00:00:00 2001 From: Julian Maurice <julian.maurice@biblibre.com> Date: Tue, 17 Feb 2015 11:41:53 +0100 Subject: [PATCH] version 7.1.9 --- VERSIONS | 2 +- library/startup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSIONS b/VERSIONS index 00e44845bb8..337aa549215 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ -17/02/2015 - v7.1.6 - v7.1.7 - 7.1.8 +17/02/2015 - v7.1.6 - v7.1.7 - v7.1.8 - v7.1.9 - ticket #15224 - Ajout de la possibilité de définir plusieurs niveaux de validation dans le diff --git a/library/startup.php b/library/startup.php index 9577e67cd99..fb81e3af549 100644 --- a/library/startup.php +++ b/library/startup.php @@ -56,7 +56,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.1'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.8'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.9'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/'); -- GitLab