diff --git a/VERSIONS b/VERSIONS
index ac7678f95a7e47a2ee2389e51d7bcb3b3c8ec143..46255a3410b32092ef0b8dc6671fc0e9d7dd1252 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,11 @@
+29/02/2016 - v7.4.14
+
+ - ticket #37405 : Administration : correction de l'affichage du tableau d'assistance
+
+ - ticket #38194 : Cosmogramme : Correction de la perte des facettes de tags lors d'un réimport de notice
+
+
+
 25/02/2016 - v7.4.13
 
  - ticket #38236 : Administration : Correction du selecteur de Territoire dans la fiche Bibliothèque
diff --git a/VERSIONS_HOTLINE/37405 b/VERSIONS_HOTLINE/37405
deleted file mode 100644
index f8402845d9d7a4569ea2125260b87278385d19bd..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/37405
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #37405 : Problème d'affichage de la forge l'interface d'administration Bokeh
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/38194 b/VERSIONS_HOTLINE/38194
deleted file mode 100644
index ee8e9f23dc2ca1c6fa1f34e6212955c9a6ff0c05..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/38194
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #38194 : Cosmogramme : Correction de la perte des facettes de tags lors d'un réimport de notice
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index c6a96728a59f25a3b803560379cfeb6ca9556e49..9ab359ac83c5bf426c774ffb2d93ec5eb9037657 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 . '.13');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.14');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');