diff --git a/VERSIONS b/VERSIONS
index d58d557c7df74d530c491b0e840f6b1063541984..dac32c05a1a1d35a58e8588970692170292ff865 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,10 @@
+06/03/2017 - v7.9.5
+
+ - ticket #56622 : Espace abonné : correction de bug dans la liste de prêts et de réservations.
+ 
+ - ticket #56230 : Formulaire de contact : Le message ne doit pas contenir de HTML
+
+
 02/03/2017 - v7.9.4
 
  - ticket #56994 : Outils de migration de comptes lecteurs
diff --git a/VERSIONS_HOTLINE/56230 b/VERSIONS_HOTLINE/56230
deleted file mode 100644
index c954034ac2df56932b2607adebe9c34613cc828e..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/56230
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #56230 : Formulaire de contact : Le message ne doit pas contenir de HTML
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/56622 b/VERSIONS_HOTLINE/56622
deleted file mode 100644
index 87c82cece9791eb1ecd5a38b321448333efb5c7a..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/56622
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #56622 : Espace abonné : correction de bug dans la liste de prêts et de réservations.
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 83c14f605b06b2bf1589faee91e377a718112c7a..967d7a4ccde7be3df61fae7ce7d648c260c3bf14 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -83,7 +83,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.9');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.4');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.5');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');