diff --git a/VERSIONS b/VERSIONS
index 1b4773911f8131bf2c23a6a5ad494d9640950e01..577097af7ef5aba0e699d62d36734f5ae10e2bc4 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+18/05/2017 - v7.8.18
+
+ - ticket #60547 : Cosmogramme : correction d'erreurs dans les écrans de configuration des intégrations, d'analyse de fichier unimarc et de modifications des codifications Dewey et PCDM4
+
+
 09/05/2017 - v7.8.17
 
  - ticket #59638 : Newsletter: Correction d'un bug envoyant les newsletters en ignorant les modifications depuis leur dernière prévisualisation.
diff --git a/VERSIONS_HOTLINE/60547 b/VERSIONS_HOTLINE/60547
deleted file mode 100644
index c84f333cd69f9df59f09d5a783d5564ca9116695..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/60547
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #60547 : Cosmogramme : correction d'erreurs dans les écrans de configuration des intégrations, d'analyse de fichier unimarc et de modifications des codifications Dewey et PCDM4
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index efe7ad3cf0484f035b5edf0499e0ef5323b4ac17..73394fe01c5e185bc3ff013b87f48b78dba71c0e 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 . '.17');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.18');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');