diff --git a/VERSIONS b/VERSIONS
index ae019660ea4c231770889b589934cd0bcc8bca88..b4c12c7b78ad78692b3624f152a1cdb10cc14bf0 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,4 @@
+18/10/2016 - v7.7.9
 
  - ticket #49000 : correction de l'import total: des exemplaires n'étaient pas supprimés
 
diff --git a/library/startup.php b/library/startup.php
index ac3aac4973ba94455d75f3eb6324001205082d88..49b38cee347061b61e1b8e4f2c9a6b06e7dbbe8f 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -66,7 +66,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
   defineConstant('BOKEH_MAJOR_VERSION','7.7');
-  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/');