diff --git a/VERSIONS b/VERSIONS
index 623b8b423baeea97f964e008019e74f74b3d5109..fe13cee6636ae63feaf018d6c23f4dae380cb741 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+19/10/2015 - v7.3.18
+
+ - fixe une erreur de session sur l'outil Inspecteur Gadget
+
+
 19/10/2015 - v7.3.17
 
  - ticket #27958 : Mise a jour version CKeditor : v4.5.4
diff --git a/library/startup.php b/library/startup.php
index dc0a3ece8eb39773d939376c81789bd504fc8b2b..e69f68ab531a881f13a9890a296bdfee324ad5a8 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
   defineConstant('BOKEH_MAJOR_VERSION','7.3');
-  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/');