diff --git a/VERSIONS b/VERSIONS
index 26619ebf9a402302040d3e084e8e1792fa2d268c..85f547981d06521ac72d8f6a11bef4ac6894d1f7 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,12 @@
+02/12/2016 - v7.6.18
+
+ - ticket #43155 : Intégrations: amélioration de la gestion des erreurs pendant l'éxécution des batchs
+
+ - ticket #51096 : Désactivation du moissonnage total de Jamendo (trop de notices). L'import manuel d'album reste activé.
+
+ - ticket #50888 : Administration : correction des statistiques de recherches infructueuses
+
+
 23/11/2016 - v7.6.17
 
  - ticket #50500 : Indexation : correction d'une erreur lorsqu'un niveau thesaurus dépassait 9999 éléments
diff --git a/VERSIONS_HOTLINE/43155 b/VERSIONS_HOTLINE/43155
deleted file mode 100644
index d5150ddfa30cffa22f83936065c840bfea3b3fef..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/43155
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #43155 : Intégrations: amélioration de la gestion des erreurs pendant l'éxécution des batchs
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/50888 b/VERSIONS_HOTLINE/50888
deleted file mode 100644
index aa96fd21ce116856966ecdf837e63a98fb379b7a..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/50888
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #50888 : Administration : correction des statistiques de recherches infructueuses
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/51096 b/VERSIONS_HOTLINE/51096
deleted file mode 100644
index eef6b4cd26b1746616807618aa542247cbb6f568..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/51096
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #51096 : désactivation du moissonnage total de Jamendo (trop de notices). L'import manuel d'album reste activé.
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 936203fce3fd6e2e00e6ef3646e98d3102314444..dcbca7a4d7caf4656cb951bb478104e77d8cb88d 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -67,7 +67,7 @@ function defineConstant($name, $value) {
 function setupConstants() {
   defineConstant('BOKEH_MAJOR_VERSION','7.6');
 
-  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/');