diff --git a/VERSIONS b/VERSIONS index 532e8f4bb61a5c396e0e6279f4b37a5c5cf0cd05..65c54401415f58558948739c6475f2b6bc650d51 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ -17/02/2015 - v7.1.6 +17/02/2015 - v7.1.6 - v7.1.7 - 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 293d41336ee4510b490e7e079bc2ce2cac0cff2d..1da627a044a50cfeb7a6524bec88c3d928e381e0 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 . '.6'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.7'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');