From e5e0b353ae997e6460c320cb6b8408362355ea23 Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Thu, 7 Jul 2016 09:16:47 +0200
Subject: [PATCH] version 7.4.26

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

diff --git a/VERSIONS b/VERSIONS
index de91fec5672..d40bfd59578 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+07/07/2016 - v7.4.26
+
+ - ticket #45291 : SIGB Pergame : correction de la configuration base de données dans le service temps réel
+
+
 27/06/2016 - v7.4.25
 
  - ticket #44920 : Correction génération du bouton accueil dans le menu horizontal
diff --git a/VERSIONS_HOTLINE/45291 b/VERSIONS_HOTLINE/45291
deleted file mode 100644
index 2dd6d048516..00000000000
--- a/VERSIONS_HOTLINE/45291
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #45291 : SIGB Pergame : correction de la configuration base de données dans le service temps réel
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 2fefbcd4668..508b7d4f8d5 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
   defineConstant('BOKEH_MAJOR_VERSION','7.4');
-  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.25');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.26');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab