diff --git a/VERSIONS b/VERSIONS
index 741cbe3125fa34138b33d1bfab8182c487e7baaf..78c3c9a8fd88714ece178ecad2948669d6020dc6 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,6 @@
+04/06/2014 - v6.44.7
+- ticket #14019 : Correction de l'export unimarc des listes de prêts
+
 03/06/2014 - v6.44.6
 - ticket #14019 : Correction de l'export unimarc des listes de prêts
 
diff --git a/library/startup.php b/library/startup.php
index 661c1d3219480debcd112482e478ddd36c76f293..53dbd68836b341a34abbc2ae80ef299bc4f28a99 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.'.6');
+	defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.7');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');
 
@@ -324,4 +324,4 @@ function setupRoutes($front_controller, $cfg) {
 																											'action' => 'index')));
 
 	return $front_controller;
-}
+}
\ No newline at end of file