From f70ccd7e52df1a5e518d35ee421b19745b129a6c Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@afi-sa.fr>
Date: Mon, 26 May 2014 16:13:18 +0200
Subject: [PATCH] add ommited patch

---
 cosmogramme/sql/patch/patch_205.sql | 1 +
 library/startup.php                 | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 cosmogramme/sql/patch/patch_205.sql

diff --git a/cosmogramme/sql/patch/patch_205.sql b/cosmogramme/sql/patch/patch_205.sql
new file mode 100644
index 00000000000..3ca3ad1ecd0
--- /dev/null
+++ b/cosmogramme/sql/patch/patch_205.sql
@@ -0,0 +1 @@
+update cms_article set all_day=1 where events_debut=events_fin and hour(events_debut)=0;
diff --git a/library/startup.php b/library/startup.php
index ebf71ba4b10..e93410134a9 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -56,7 +56,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
 	defineConstant('VERSION_PERGAME','6.44');
-	defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'0');
+	defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.0');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');
 
-- 
GitLab