diff --git a/VERSIONS b/VERSIONS
index 740d06dfe9c1f0782a82bebdf84ee2e0090d2a61..8eacdade72453045ffd08e59c69275675a3ec30f 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,13 @@
+29/03/2018 - v7.12.9
+
+ - ticket #73332 : Boite agenda : correction des liens du calendrier et des filtres.
+ 
+ - ticket #69510 : SIGB Koha : enrichissement du service de suggestion d'achat
+
+ - ticket #73445 : Cosmogramme : correction de pages blanche à l'envoi de certains formulaires (profil des données ...)
+
+
+
 26/03/2018 - v7.12.8
 
  - ticket #71949 : Compte abonné : ajout d'un paramètre autorisant la connexion des abonnées uniquement via le webservice du SIGB.
diff --git a/VERSIONS_HOTLINE/69510 b/VERSIONS_HOTLINE/69510
deleted file mode 100644
index 3991da988a95ad8e728136af306ed10d3002ee27..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/69510
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #69510 : SIGB Koha : enrichissement du service de suggestion d'achat
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/73332 b/VERSIONS_HOTLINE/73332
deleted file mode 100644
index 67621faf677ad99f42ff60ca1b74e0a2cf33243d..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/73332
+++ /dev/null
@@ -1,2 +0,0 @@
- - ticket #73332 : Boite agenda : correction des liens du calendrier et des filtres.
- 
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/73445 b/VERSIONS_HOTLINE/73445
deleted file mode 100644
index 85f961b776e7a3104d66ab81a1ea8f39d2700160..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/73445
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #73445 : Editions impossibles sur certaines pages de cosmogramame (profil des données ...)
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 501c8bd820bc4245d8b7177c8759012d9f708805..e306408332442a52ff6e0fc0be5b099ba4aa44b2 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -82,7 +82,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.12');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.8');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.9');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');