From 5e56157731cac79b7ca0ef2c196d6bb33744907b Mon Sep 17 00:00:00 2001 From: gloas <gloas@afi-sa.fr> Date: Tue, 24 Apr 2018 17:20:50 +0200 Subject: [PATCH] version 7.12.15 --- VERSIONS | 2 +- library/startup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSIONS b/VERSIONS index 57de294981f..29a8edd73ff 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ -24/04/2018 - v7.12.13 +24/04/2018 - v7.12.13 v7.12.14 v7.12.15 - ticket #72285 : correction: si une zone de lien contient une URL relative, le lien reste relatif diff --git a/library/startup.php b/library/startup.php index 42a326c49bd..87c35db2909 100644 --- a/library/startup.php +++ b/library/startup.php @@ -82,7 +82,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.12'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.13'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.15'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab