diff --git a/VERSIONS b/VERSIONS index 65c54401415f58558948739c6475f2b6bc650d51..00e44845bb89debd47894643aa001fca42b57965 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ -17/02/2015 - v7.1.6 - v7.1.7 +17/02/2015 - v7.1.6 - v7.1.7 - 7.1.8 - 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 1da627a044a50cfeb7a6524bec88c3d928e381e0..9577e67cd99ed09d46bc331fac70743538526375 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 . '.7'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.8'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');