From 61bb90ca50cd5111dff6197bd1a488f01b7be879 Mon Sep 17 00:00:00 2001
From: efalcy <efalcy@afi-sa.fr>
Date: Wed, 24 Jan 2018 14:17:52 +0100
Subject: [PATCH] version 7.11.18

---
 VERSIONS            | 2 ++
 library/startup.php | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/VERSIONS b/VERSIONS
index 2ddb81d0639..150cad8ddff 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,5 @@
+24/01/2018 - v7.11.18
+
  - ticket #70308 : Administration : correction de l'enregistrement des boîtes.
  
  - ticket #69531 : Administration : possibilité de valider une inscription via l'interface de modération des inscriptions.
diff --git a/library/startup.php b/library/startup.php
index bc355a51646..8d1b5e934b9 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -82,7 +82,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.11');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.17');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.18');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab