diff --git a/VERSIONS b/VERSIONS index 126b9d19388035502d05a608bf9b6d076953a6eb..9e0e7e0091f7fd2dfed202193850f772e7726d57 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,3 +1,7 @@ +10/06/2014 - v6.45.1 +- Correction régression dans le chargement des préférences par défaut des modules pouvant entraîner un écran blanc. + + 10/06/2014 - v6.45 - ticket #13014: navigation dans les notices - les liens document précédent / suivant sont identifiés par les id #previousrecord et #nextrecord diff --git a/library/startup.php b/library/startup.php index 76886e0e486ca4478a42b25f7e0fa9e43df69aa7..3c383522993a97cc37e8ed51dc9287b9037a8df5 100644 --- a/library/startup.php +++ b/library/startup.php @@ -56,7 +56,7 @@ function defineConstant($name, $value) { function setupConstants() { defineConstant('VERSION_PERGAME','6.45'); - defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.0'); + defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.1'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');