diff --git a/VERSIONS b/VERSIONS index 2ddb81d063991bf9fe27d34df35170e021f5a70b..150cad8ddff466037a6f33f5fe15441c1e4c7db0 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 bc355a5164625907e2b5c271bef69332aea979de..8d1b5e934b9085e84b93c77988350f4a93bbd6a8 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/');