diff --git a/VERSIONS b/VERSIONS index 4134287a96014978a8996e5e407488102eae5149..10933c0e5c33c8e38db7f5321ca9c39a3b009955 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ -12/02/2015 - v7.0.3 +12/02/2015 - v7.0.3 - v7.0.4 - ticket #20588: Correction des problèmes d'affichage dans la liste des suggestions. diff --git a/library/startup.php b/library/startup.php index f9857c7f8dc728f55419b4bc1b9e76fb7e11ab8f..fac0687801cd87f445b55cd54454108563a54f48 100644 --- a/library/startup.php +++ b/library/startup.php @@ -58,7 +58,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('BOKEH_MAJOR_VERSION','7.0'); - defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.3'); + defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.4'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');