From b02441af46c67635c50ffc16f4a254f6ad360102 Mon Sep 17 00:00:00 2001
From: Henri-Damien LAURENT <hdlaurent@afi-sa.fr>
Date: Wed, 28 Apr 2021 11:42:49 +0200
Subject: [PATCH] 8.0.118

---
 VERSIONS                | 5 +++++
 VERSIONS_HOTLINE/133706 | 1 -
 library/startup.php     | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
 delete mode 100644 VERSIONS_HOTLINE/133706

diff --git a/VERSIONS b/VERSIONS
index 994dc938aa2..5f0ff90f4e8 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+28/04/2021 - v8.0.118
+
+ - ticket #133706 : Recherche : L'autocompletion dans la boite de recherche simple ne fonctionne plus.
+
+
 26/04/2021 - v8.0.117
 
  - ticket #128944 : Autorités : Correction d'une erreur dans un résultat de recherche contenant un critère d'autorité
diff --git a/VERSIONS_HOTLINE/133706 b/VERSIONS_HOTLINE/133706
deleted file mode 100644
index 21115f0e6a5..00000000000
--- a/VERSIONS_HOTLINE/133706
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #133706 : L'autocompletion dans la boite de recherche simple ne fonctionne plus.
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 9e6b87800e1..43d44e819da 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -84,7 +84,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','8.0');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.117');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.118');
 
     defineConstant('BOKEH_REMOTE_FILES', 'https://git.afi-sa.net/afi/opacce/');
 
-- 
GitLab