diff --git a/VERSIONS b/VERSIONS
index 5aed763363c8c50bc6d891f0640b3ea3e8484400..02156f01c34b3ef3dd7c14c27d5905de86cbaca3 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,4 +1,4 @@
-12/01/2017 - v7.7.25
+12/01/2017 - v7.7.25  - v7.7.26
 
  - ticket #53371 : Fiche bibliothèque : affichage du lien 'voir le plan' lorsque le lieu est renseigné.
 
diff --git a/library/startup.php b/library/startup.php
index bb947a10e2b8a32454c276d87bec72368e40fa07..5ecb041c0366304a37a1350a31faf7556958ec9d 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 . '.25');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.26');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');