From 6ae7778974d61e07fed0436bfa95eaab2c49f8eb Mon Sep 17 00:00:00 2001 From: Laurent Laffont <llaffont@afi-sa.fr> Date: Mon, 2 Oct 2017 11:39:52 +0200 Subject: [PATCH] 7.10.5 --- VERSIONS | 7 +++++++ VERSIONS_HOTLINE/65353 | 2 -- library/startup.php | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) delete mode 100644 VERSIONS_HOTLINE/65353 diff --git a/VERSIONS b/VERSIONS index fd92536d5cb..3c29f5afe39 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,10 @@ +02/10/2017 - v7.10.5 + + - ticket #65353 : Correction du lien réserver. + + - ticket #63046 : Mise à jour du client Redmine (forge / demandes d'assistance ) qui n'était pas compatible PHP 7 + + 27/09/2017 - v7.10.4 - ticket #65212 : Les vignettes ne sont plus dupliquées dans le cache local de Bokeh diff --git a/VERSIONS_HOTLINE/65353 b/VERSIONS_HOTLINE/65353 deleted file mode 100644 index ffa66bb0b4d..00000000000 --- a/VERSIONS_HOTLINE/65353 +++ /dev/null @@ -1,2 +0,0 @@ - - ticket #65353 : Correction du lien réserver. - \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index 3cdf0bc08d9..622c31d8513 100644 --- a/library/startup.php +++ b/library/startup.php @@ -82,7 +82,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.10'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.4'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.5'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab