From 77a5e0ab8040e1be3c00e399a0f068819f2f22bd Mon Sep 17 00:00:00 2001
From: Laurent Laffont <llaffont@afi-sa.fr>
Date: Tue, 27 Nov 2018 11:01:14 +0100
Subject: [PATCH] 7.12.46

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

diff --git a/VERSIONS b/VERSIONS
index 2c7c83e5249..21995292e4f 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+27/11/2018 - v7.12.46
+
+ - ticket #82155 : SIGB Orphée: prise en compte de la donnée Can_Rsv pour indiquer la réservabilité des exemplaires dans la nouvelle version des web services d'Orphée
+
+
 22/11/2018 - v7.12.45
 
  - ticket #82185 : Compte lecteur : correction du processus de réservation.
diff --git a/VERSIONS_HOTLINE/82155 b/VERSIONS_HOTLINE/82155
deleted file mode 100644
index fe84d94d8c1..00000000000
--- a/VERSIONS_HOTLINE/82155
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #82155 : SIGB Orphée: prise en compte de la donnée Can_Rsv pour indiquer la réservabilité des exemplaires dans la nouvelle version des web services d'Orphée
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index bc2840cdac5..f53dfc841dc 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -81,7 +81,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.12');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.45');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.46');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab