diff --git a/VERSIONS b/VERSIONS index 00e44845bb89debd47894643aa001fca42b57965..337aa549215cb23438cd9384cbfa11e4dbc72407 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ -17/02/2015 - v7.1.6 - v7.1.7 - 7.1.8 +17/02/2015 - v7.1.6 - v7.1.7 - v7.1.8 - v7.1.9 - ticket #15224 - Ajout de la possibilité de définir plusieurs niveaux de validation dans le diff --git a/library/startup.php b/library/startup.php index 9577e67cd99ed09d46bc331fac70743538526375..fb81e3af54965ccb9fdf749bad6aac8e995a83f1 100644 --- a/library/startup.php +++ b/library/startup.php @@ -56,7 +56,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.1'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.8'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.9'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');