From 9fe2d614b0de889eb6e45975a821b1b84052ee26 Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Tue, 10 Jan 2017 10:40:40 +0100
Subject: [PATCH] version 7.7.24

---
 VERSIONS               | 7 +++++++
 VERSIONS_HOTLINE/51334 | 1 -
 VERSIONS_HOTLINE/53329 | 1 -
 library/startup.php    | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)
 delete mode 100644 VERSIONS_HOTLINE/51334
 delete mode 100644 VERSIONS_HOTLINE/53329

diff --git a/VERSIONS b/VERSIONS
index 2b61342802d..f184459dd91 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,10 @@
+10/01/2017 - v7.7.24
+
+ - ticket #51334 : SIGB CDScript : Ajout du courriel et du numéro de carte dans le lien SSO
+
+ - ticket #53329 : recherche: le bouton "affiner" dans les facettes reprend correctement l'expression de recherche
+
+
 03/01/2017 - v7.7.23, bonne année 2017 :)
 
  - ticket #52528 : Correction affichage du lien vers la recherche avancée dans la boite de recherche simple
diff --git a/VERSIONS_HOTLINE/51334 b/VERSIONS_HOTLINE/51334
deleted file mode 100644
index b50d238a88b..00000000000
--- a/VERSIONS_HOTLINE/51334
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #51334 : SIGB CDScript : Ajout du courriel et du numéro de carte dans le lien SSO
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/53329 b/VERSIONS_HOTLINE/53329
deleted file mode 100644
index aee125460f3..00000000000
--- a/VERSIONS_HOTLINE/53329
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #53329 : recherche: le bouton "affiner" dans les facettes reprend correctement l'expression de recherche
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 51f3958d739..5d1d102eb49 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -83,7 +83,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.7');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.23');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.24');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab