diff --git a/VERSIONS b/VERSIONS
index a1104e407f304387f17f86bd433db99fd99159dc..b3c60981d07b94de342ffca188864c6429310f00 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,4 +1,4 @@
-??? - v6.43.6
+22/05/2014 - v6.43.6
   - ticket #13749 : Indexation temps réel des albums : prise en compte de l'option "visible"
   - ticket #13578 : Autorisation des <span class="..."> dans ckeditor (+ audio, video)
   - ticket #13439 : Correction d'affichage des sitothèques depuis menu vertical
diff --git a/library/startup.php b/library/startup.php
index 8793cd62e732c97f635ef1e0768f0a66d7db2c70..7a56ed09ec3b17fdb34908a904475ba81a751e1b 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -56,7 +56,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
 	defineConstant('VERSION_PERGAME','6.43');
-	defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.5');
+	defineConstant('RELEASE_NUMBER', VERSION_PERGAME.'.6');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');
 
@@ -326,4 +326,4 @@ function setupRoutes($front_controller, $cfg) {
 	return $front_controller;
 }
 
-?>
\ No newline at end of file
+?>