From f638ecf74b9c27892bf51692bb3bfc54c681decd Mon Sep 17 00:00:00 2001 From: Patrick Barroca <pbarroca@afi-sa.fr> Date: Tue, 14 May 2019 09:24:50 +0200 Subject: [PATCH] version 8.0.15 --- VERSIONS | 6 ++++++ VERSIONS_HOTLINE/88956 | 2 -- library/startup.php | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 VERSIONS_HOTLINE/88956 diff --git a/VERSIONS b/VERSIONS index d5c8b4305e1..6c894c5cf78 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,9 @@ +14/05/2019 - v8.0.15 + + - ticket #88956 : Arte VOD : Amélioration du script de mise à jour des auteurs + + + 13/05/2019 - v8.0.14 - ticket #88526 : SIGB Nanook : possibilité d'accéder directement à une notice Bokeh depuis Nanook diff --git a/VERSIONS_HOTLINE/88956 b/VERSIONS_HOTLINE/88956 deleted file mode 100644 index 07e3ebd5cc0..00000000000 --- a/VERSIONS_HOTLINE/88956 +++ /dev/null @@ -1,2 +0,0 @@ - - ticket #88956 : Arte VOD : Amélioration du script de mise à jour des auteurs - \ No newline at end of file diff --git a/library/startup.php b/library/startup.php index f0b046e1a6f..a65eb94e1c9 100644 --- a/library/startup.php +++ b/library/startup.php @@ -81,7 +81,7 @@ class Bokeh_Engine { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','8.0'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.14'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.15'); defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/'); -- GitLab