diff --git a/VERSIONS b/VERSIONS
index 534b3a3861ff9421241dcecba1af7fd6f3b6d4c5..9f67b838c0f025f7b19fe2f3e8e6e9ffca690d3b 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,16 @@
+24/01/2017 - v7.7.29
+
+ - ticket #52287 : Agendas externes : adaptation du parser iCal aux flux Archimed Ermes.
+
+ - ticket #51508 : Cosmogramme : correction de l'erreur SQL en création de section
+
+ - ticket #50082 : Compte abonné : correction des liens vers les notices dans la liste des prêts
+
+ - ticket #54111 : Boite bibliothèque : sélectionner le champ à afficher "horaire" affiche toutes les horaires, comme sur la fiche bibliothèque.
+ 
+- ticket #54626 : compatibilité PHP 7.1
+
+
 19/01/2017 - v7.7.28
 
  - ticket #47505 : Ressources CDScript : le lien de consultation dans la table des exemplaires ouvre une popup d'authentification lorsque l'utilisateur n'est pas connecté
diff --git a/VERSIONS_HOTLINE/50082 b/VERSIONS_HOTLINE/50082
deleted file mode 100644
index c12451cd67633e4450a080f9c53d180c484c0556..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/50082
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #50082 : Compte abonné : correction des liens vers les notices dans la liste des prêts
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/51508 b/VERSIONS_HOTLINE/51508
deleted file mode 100644
index 3b58ebb94e98decc5f45dfe0971a39f4d17152f7..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/51508
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #51508 : Cosmogramme : correction de l'erreur SQL en création de section
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/52287 b/VERSIONS_HOTLINE/52287
deleted file mode 100644
index 320d90632b3f5d7d10fd23d588c49062fcc05bd0..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/52287
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #52287 : Agendas externes : adaptation du parser iCal aux flux Archimed Ermes.
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/54111 b/VERSIONS_HOTLINE/54111
deleted file mode 100644
index 44120370aa926f01a0d922142343e5648863fbec..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/54111
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #54111 : Boite bibliothèque : sélectionner le champ à afficher "horaire" affiche toutes les horaires, comme sur la fiche bibliothèque.
\ No newline at end of file
diff --git a/VERSION_HOTLINE/54626 b/VERSION_HOTLINE/54626
deleted file mode 100644
index 1c9113683b540440c727b5e4496a6f68ed5623bb..0000000000000000000000000000000000000000
--- a/VERSION_HOTLINE/54626
+++ /dev/null
@@ -1 +0,0 @@
-- ticket #54626 : compatibilité PHP 7.1
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 4443fd02605bfef21cc66f7d9ca113f33bc4e98d..329b8054a41c26d0156aca9d968e3482db0b4a53 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -83,7 +83,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.7');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.28');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.29');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');