diff --git a/VERSIONS b/VERSIONS
index eb03ce9679494896f2f7f23ecc872c50079c1263..8097fa5969507da11b4886c88a557fcc9b4c0495 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,9 @@
+19/01/2016 - v7.4.1
+
+ - ticket #36687 : Correction d'une ambiguité sur les requetes sql des catalogues
+
+
+
 18/01/2016 - v7.4.0
 
  - ticket #33379 : Intégration des demandes d'assistance
diff --git a/VERSIONS_HOTLINE/36687 b/VERSIONS_HOTLINE/36687
deleted file mode 100644
index 7c2578c94016c399f0a3ddc2f351b340ae596764..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/36687
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #36687 : Correction d'une ambiguité sur les requetes sql des catalogues
diff --git a/library/startup.php b/library/startup.php
index 7bf1e935f9d187a6a2e9783e2443de6496a25148..9c121b2dbc0848d62d22484f3612027fc02cd4ac 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 . '.0');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.1');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');