diff --git a/VERSIONS b/VERSIONS
index dbe3d9ebb59368411aa108cc00057758b384be90..7b6556c8bbe61e3cea6b50c90f1cf1795109926b 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+28/10/2014 - v6.55.1
+
+- Add database status in cosmogramme monitoring service
+
+
 27/10/2014 - v6.55.0
 
 - ticket #15527: Ajout du critère de "genre" pour les localisations dans la bibliothèque
diff --git a/library/startup.php b/library/startup.php
index ab274ec850d16d63e04339ba6c111b7d4b12947e..3bc0f55c78b5cbce0d107aa8691c7d92770a909f 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -57,7 +57,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
 	defineConstant('VERSION_PERGAME','6.55');
-	defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.0');
+	defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.1');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');