diff --git a/VERSIONS b/VERSIONS
index dbb44f5a77816dfb451763c498e5db427a62aca2..ac7678f95a7e47a2ee2389e51d7bcb3b3c8ec143 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,10 @@
+25/02/2016 - v7.4.13
+
+ - ticket #38236 : Administration : Correction du selecteur de Territoire dans la fiche Bibliothèque
+
+ - ticket #37078 : Cosmogramme : Correction du chemin de fichier lors de la génération de site Nanook/Pergame
+
+
 22/02/2016 - v7.4.12
 
  - ticket #37996 : Premier chapitre : correction de l'image ancrable dans la liste de résultats et la vue notice
diff --git a/VERSIONS_HOTLINE/37078 b/VERSIONS_HOTLINE/37078
deleted file mode 100644
index 5ec8496420e15c624031b1f0a6665182a49993dc..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/37078
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #37078 : Cosmogramme : Correction du chemin de fichier lors de la génération de site Nanook
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/38236 b/VERSIONS_HOTLINE/38236
deleted file mode 100644
index 504aa2f5b6b5f756e04f732ea8d53fae85b77132..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/38236
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #38236 : Administration : Correction du selecteur de Territoire dans la fiche Bibliothèque
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index f41e825fbd552ad12373c10dd1a7384a4bad6d29..c6a96728a59f25a3b803560379cfeb6ca9556e49 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 . '.12');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.13');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');