diff --git a/VERSIONS b/VERSIONS index 57de294981fbf2f1bf260e4b6aafaccb40125140..29a8edd73ffbdd5d7c55f1b1b69191b1b0fc4e66 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 42a326c49bdeaee89590a1b31e6e86a4284017e4..87c35db290933547a3c1bcd8325200984e676bf1 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/');