diff --git a/VERSIONS b/VERSIONS
index bbf3fbdfddce067644208960fc1a51df777260f2..9da0be92ea007b0865023300e5bedfa87325e7ce 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,9 @@
+15/03/2018 - v7.12.5
+
+ - ticket #72835 : Explorateur de fichier : correction de la sélection d'une image lorsqu'on vient de la téléverser.
+ 
+
+
 12/03/2018 - v7.12.4
 
  - ticket #72610 : OAuth : ajout d'une variable permettant l'utilisation du protocole OAuth en HTTP (OAUTH_ACCEPT_HTTP)
diff --git a/VERSIONS_HOTLINE/72835 b/VERSIONS_HOTLINE/72835
deleted file mode 100644
index 3e0171d5d24c71848a19c5297b00baa5bc66d371..0000000000000000000000000000000000000000
--- a/VERSIONS_HOTLINE/72835
+++ /dev/null
@@ -1,2 +0,0 @@
- - ticket #72835 : Explorateur de fichier : correction de la sélection d'image lorsqu'on vient de la téléverser.
- 
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index d7d9a5d9d03214cd6f84be5536e152fb49a7eb0a..36398881b98b138cfcd39a19f0111711036fae5e 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -82,7 +82,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.12');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.4');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.5');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');