From c762aaa36b1eb14d4be352f57e5c671368fa81f4 Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Mon, 14 Dec 2015 14:28:50 +0100
Subject: [PATCH] version 7.2.34

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

diff --git a/VERSIONS b/VERSIONS
index b14faceaf9b..f7a0daf75a2 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+14/12/2015 - v7.2.34
+
+ - ticket #33712 : Nanook : Les paniers exportés sont rattachés à l'administrateur Bokeh
+
+
 10/12/2015 - v7.2.33
 
  - ticket #32959 : Avenio : Réimport de notices d'archives
diff --git a/VERSIONS_HOTLINE/33712 b/VERSIONS_HOTLINE/33712
deleted file mode 100644
index 30a08ebc796..00000000000
--- a/VERSIONS_HOTLINE/33712
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #33712 : Nanook : Les paniers exportés sont rattachés à l'administrateur Bokeh
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 7ed270b9e87..3449a5a14ec 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
   defineConstant('BOKEH_MAJOR_VERSION','7.2');
-  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.33');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.34');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab