diff --git a/VERSIONS b/VERSIONS
index 7b8d5b9b9e8a140896b4350d4aab1d78c0a1ce05..c1457b84f9631fd6eee6b6eae7e3607c502cb674 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+05/02/2019 - v8.0.1
+
+ - ticket #86381 : SIGB Nanook : Correction de l'authentification par SIGB uniquement
+
+
 04/02/2019 - v8.0.0
 
  - ticket #86010 : Administration : activation des fonctionnalités de la version 8.0 .
diff --git a/VERSIONS_HOTLINE/86381 b/VERSIONS_HOTLINE/86381
deleted file mode 100644
index 59c5a5449e94a90c94bf8b32109721ba5936ca4b..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/86381
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #86381 : SIGB Nanook : Correction de l'authentification par SIGB uniquement
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 79647e8f3346a966951a2554bd3ae0c2629b56ba..25d763e4cc05647d24e3e75da3e5f5f8391ad568 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 . '.0');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.1');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');