diff --git a/VERSIONS b/VERSIONS
index 7d30cc80b3cffc56a42b32dbb91da7c9287d2df8..b755f81d5cbc44c88484ff52ee06fa5f39d6760d 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,9 @@
+08/02/2016 - v7.4.7
+
+ - ticket #38223 : Intégration cosmogramme : correction d'une incompatibilité avec la version 5.4.45 de PHP
+
+
+
 05/02/2016 - v7.4.6
 
  - ticket #36925 : Administration : correction du sélecteur de bibliothèque dans la fiche utilisateur
diff --git a/VERSIONS_HOTLINE/38223 b/VERSIONS_HOTLINE/38223
deleted file mode 100644
index f80d07a208258f4b2d238d4f9797c95ef05a30e3..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/38223
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #38223 : Intégration cosmogramme : correction d'une incompatibilité avec la version 5.4.45 de PHP
diff --git a/library/startup.php b/library/startup.php
index 0065eef016f878a6341d4fe88516bf12710cf87b..f9a605063ddf51207114c59fd2c22502d9908721 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
   defineConstant('BOKEH_MAJOR_VERSION','7.4');
-  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.6');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.7');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');