From d07f8d3b843568fcf4d10f1216e52bfd9bd9da16 Mon Sep 17 00:00:00 2001
From: Ghislain Loas <ghislo@sandbox.pergame.net>
Date: Tue, 3 Jun 2014 17:44:20 +0200
Subject: [PATCH] hotline 6.44.6

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

diff --git a/VERSIONS b/VERSIONS
index ce205c042c2..741cbe3125f 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,6 @@
+03/06/2014 - v6.44.6
+- ticket #14019 : Correction de l'export unimarc des listes de prêts
+
 03/06/2014 - v6.44.5
 - ticket #14019 : Correction de l'export unimarc des listes de prêts
 - ticket #13776 : mise à jour de la fermeture de session avec le web service ALOES
diff --git a/library/startup.php b/library/startup.php
index 4948098f553..136124bb3cc 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.'.5');
+	defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.6');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');
 
-- 
GitLab