diff --git a/VERSIONS b/VERSIONS
index 859091aed0b168914edbc9fe9a76b6e47e983319..9a5412da9981518be124641fc99b14229c19f02c 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+13/03/2017 - v7.8.8
+
+ - Cosmogramme : l'administrateur Bokeh est authentifié dans cosmogramme.
+
+
 06/03/2017 - v7.8.7
 
  - ticket #56622 : Espace abonné : correction de bug dans la liste de prêts et de réservations.
diff --git a/library/startup.php b/library/startup.php
index 72cb2edbcc2e18f9483d175fd69bee815f940646..61ca5f0e551f46517e9dcd22080ea08a4ce0faf1 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -83,7 +83,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.8');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.7');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.8');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');