From 86d1bdb31bca5ef27bd88517e4e7b54d78568168 Mon Sep 17 00:00:00 2001 From: Ghislain Loas <ghislo@sandbox.pergame.net> Date: Thu, 12 Feb 2015 14:59:05 +0100 Subject: [PATCH] VERSIONS 7.0.4 --- VERSIONS | 2 +- library/startup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSIONS b/VERSIONS index 4134287a960..10933c0e5c3 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ -12/02/2015 - v7.0.3 +12/02/2015 - v7.0.3 - v7.0.4 - ticket #20588: Correction des problèmes d'affichage dans la liste des suggestions. diff --git a/library/startup.php b/library/startup.php index f9857c7f8dc..fac0687801c 100644 --- a/library/startup.php +++ b/library/startup.php @@ -58,7 +58,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.0'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.3'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.4'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/'); -- GitLab