From 960f1ff4347190a7bf7d2e425489b8fc2562b089 Mon Sep 17 00:00:00 2001
From: Patrick Barroca <pbarroca@sandbox.pergame.net>
Date: Wed, 23 Nov 2016 17:42:46 +0100
Subject: [PATCH] version	7.6.17

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

diff --git a/VERSIONS b/VERSIONS
index 22103324d7a..26619ebf9a4 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+23/11/2016 - v7.6.17
+
+ - ticket #50500 : Indexation : correction d'une erreur lorsqu'un niveau thesaurus dépassait 9999 éléments
+
+
 18/11/2016 - v7.6.16
 
 - ticket #50010 : Suggestions d'achats avec Koha : remplacement de la colonne PatronReason par Note
diff --git a/VERSIONS_HOTLINE/50500 b/VERSIONS_HOTLINE/50500
deleted file mode 100644
index 565cd501af8..00000000000
--- a/VERSIONS_HOTLINE/50500
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #50500 : Indexation : correction d'une erreur lorsqu'un niveau thesaurus dépassait 9999 éléments
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 80f99429cbb..936203fce3f 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 . '.16');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.17');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab