From 3275bc742c28e01d0d6b9f8de5ca031b0281701c Mon Sep 17 00:00:00 2001
From: gloas <gloas@afi-sa.fr>
Date: Thu, 12 Jan 2017 09:13:48 +0100
Subject: [PATCH] version 7.6.19

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

diff --git a/VERSIONS b/VERSIONS
index 85f547981d0..60d61050cd4 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+12/01/2017 - v7.6.19
+
+ - ticket #36347 : Compte lecteur : ajout de la colonne 'Support' dans la liste des prêts et des réservations. Amélioration du formatage de la liste des prêts PNB
+
+
 02/12/2016 - v7.6.18
 
  - ticket #43155 : Intégrations: amélioration de la gestion des erreurs pendant l'éxécution des batchs
diff --git a/VERSIONS_HOTLINE/36347 b/VERSIONS_HOTLINE/36347
deleted file mode 100644
index 8b49e892f64..00000000000
--- a/VERSIONS_HOTLINE/36347
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #36347 : Compte lecteur : ajout de la colonne 'Support' dans la liste des prêts et des réservations. Amélioration du formatage de la liste des prêts PNB
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index dcbca7a4d7c..23d64c62b39 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -67,7 +67,7 @@ function defineConstant($name, $value) {
 function setupConstants() {
   defineConstant('BOKEH_MAJOR_VERSION','7.6');
 
-  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.18');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.19');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab