diff --git a/FEATURES/59187 b/FEATURES/59187
deleted file mode 100644
index c53c5b2f5fe8018a99490f44fd40c38b7aec5135..0000000000000000000000000000000000000000
--- a/FEATURES/59187
+++ /dev/null
@@ -1,10 +0,0 @@
-        '59187' =>
-            ['Label' => $this->_('[Explo] Redmine : pouvoir uploader des fichiers dans les tickets back office'),
-             'Desc' => '',
-             'Image' => '',
-             'Video' => '',
-             'Category' => '',
-             'Right' => function($feature_description, $user) {return true;},
-             'Wiki' => '',
-             'Test' => '',
-             'Date' => '2017-09-28'],
\ No newline at end of file
diff --git a/VERSIONS b/VERSIONS
index 3c29f5afe39c060ef28bc86e98634611b2531742..8b5dcae537d2432d1d5edd206c209a0361d96845 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+09/10/2017 - v7.10.6
+
+ - ticket #59187 : [Explo] Redmine : pouvoir uploader des fichiers dans les tickets back office
+
+
 02/10/2017 - v7.10.5
 
  - ticket #65353 : Correction du lien réserver.
diff --git a/VERSIONS_WIP/59187 b/VERSIONS_WIP/59187
deleted file mode 100644
index 0a50e0f9959e23f073d37537e987e2fdb769e05e..0000000000000000000000000000000000000000
--- a/VERSIONS_WIP/59187
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #59187 : [Explo] Redmine : pouvoir uploader des fichiers dans les tickets back office
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 622c31d8513be8a2b3206abde7a9868b9a3a632a..c9fd9ed8fbe354a6c52fd13ce4cfeb7cb92d520c 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -82,7 +82,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.10');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.5');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.6');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');