From 96b611d905c61067b3adb25ddd91ce57a86161f8 Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Thu, 10 Dec 2015 12:06:52 +0100
Subject: [PATCH] version 7.2.33

---
 VERSIONS               | 9 +++++++++
 VERSIONS_HOTLINE/25564 | 1 -
 VERSIONS_HOTLINE/32959 | 1 -
 VERSIONS_HOTLINE/34623 | 1 -
 library/startup.php    | 2 +-
 5 files changed, 10 insertions(+), 4 deletions(-)
 delete mode 100644 VERSIONS_HOTLINE/25564
 delete mode 100644 VERSIONS_HOTLINE/32959
 delete mode 100644 VERSIONS_HOTLINE/34623

diff --git a/VERSIONS b/VERSIONS
index 931b82f47e8..b14faceaf9b 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,12 @@
+10/12/2015 - v7.2.33
+
+ - ticket #32959 : Avenio : Réimport de notices d'archives
+
+ - ticket #25564 : Modération : Correction du compteur de tags notices à modérer
+
+ - ticket #34623 : Modification .htaccess pour outils d'exploitation
+
+
 07/12/2015 - v7.2.32
 
  - ticket #34181 : Optimisation de la vérification des permissions de catégories d'article
diff --git a/VERSIONS_HOTLINE/25564 b/VERSIONS_HOTLINE/25564
deleted file mode 100644
index 841d46af517..00000000000
--- a/VERSIONS_HOTLINE/25564
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #25564 : Modération : Correction du compteur de tags notices à modérer
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/32959 b/VERSIONS_HOTLINE/32959
deleted file mode 100644
index 28ae00c6e9e..00000000000
--- a/VERSIONS_HOTLINE/32959
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #32959 : Avenio : Réimport de notices d'archives
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/34623 b/VERSIONS_HOTLINE/34623
deleted file mode 100644
index c8252c1317c..00000000000
--- a/VERSIONS_HOTLINE/34623
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #34623 : Modification .htaccess pour outils d'exploitations
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 64b64175549..7ed270b9e87 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 . '.32');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.33');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab