From 0bd07a26fb470a64c2f13c7cecb06363b31c06bc Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@afi-sa.fr>
Date: Tue, 28 Oct 2014 16:44:59 +0100
Subject: [PATCH] 6.55.1

---
 VERSIONS            | 5 +++++
 library/startup.php | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/VERSIONS b/VERSIONS
index dbe3d9ebb59..7b6556c8bbe 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 ab274ec850d..3bc0f55c78b 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__).'/..').'/');
 
-- 
GitLab