diff --git a/VERSIONS b/VERSIONS
index 4b9bb32dc5076891ba2498ca5814dade93e46c79..b77aaa63348d7846869109c602c77543185f127b 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,9 @@
+15/09/2020 - v8.0.78
+
+ - amélioration des performances
+
+
+
 14/09/2020 - v8.0.77
 
  - ticket #115306 : Magasin de thèmes : amélioration de la performance d'affichage de la page mon compte / mes prêts
diff --git a/library/startup.php b/library/startup.php
index 7052ab0ad933809aa0e718bae470c75cec5582e2..3d24414dc2a318239ca1f309f3b6754229bdedf0 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -82,7 +82,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','8.0');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.77');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.78');
 
     defineConstant('BOKEH_REMOTE_FILES', 'https://git.afi-sa.net/afi/opacce/');