diff --git a/VERSIONS b/VERSIONS
index 69578438d1ea94bd680fae0b46cf0ebf85a002b5..9155f650fae41506a601429d443ddaf978cf45a1 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,9 @@
+21/01/2020 - v8.0.39
+
+ - ticket #103837 : Affichage notices : correction de la détection de l'appartenance des exemplaires à un lot
+
+
+
 20/01/2020 - v8.0.38
 
  - ticket #100249 : Ressources numériques: Ajout d'un tableau de bord pour ArteVOD
diff --git a/VERSIONS_HOTLINE/103837 b/VERSIONS_HOTLINE/103837
deleted file mode 100644
index 019260849dc9f8da88809f8ef6fb354cb40be082..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/103837
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #103837 : Affichage notices : correction de la détection de l'appartenance des exemplaires à un lot
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 50a710d4247e70dbb6d5eddd8b30979f3080cc64..17bcb5605309e3dd73c26f74a2780b8002790969 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -81,7 +81,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','8.0');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.38');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.39');
 
     defineConstant('BOKEH_REMOTE_FILES', 'https://git.afi-sa.net/afi/opacce/');