diff --git a/VERSIONS b/VERSIONS
index c1457b84f9631fd6eee6b6eae7e3607c502cb674..c7f5df4a3db7a37f308cb78416b0b9ccf873398b 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+07/02/2019 - v8.0.2
+
+ - ticket #86474 : Compte lecteur : Correction de la compatibilité du multi-carte avec l'authentification par le SIGB uniquement
+
+
 05/02/2019 - v8.0.1
 
  - ticket #86381 : SIGB Nanook : Correction de l'authentification par SIGB uniquement
diff --git a/VERSIONS_HOTLINE/86474 b/VERSIONS_HOTLINE/86474
deleted file mode 100644
index 2a53149ba325894008ae59fa535fad94b6c8f4a3..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/86474
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #86474 : Compte lecteur : Correction de la compatibilité du multi-carte avec l'authentification par le SIGB uniquement
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 25d763e4cc05647d24e3e75da3e5f5f8391ad568..cf2decac515097b8d162dff0dbb1e394af31d8dd 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 . '.1');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.2');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');