From 24777650f12976225af9ca295b4665d99dfee751 Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Tue, 3 Nov 2015 10:20:00 +0100
Subject: [PATCH] version 7.2.22

---
 VERSIONS               | 7 +++++++
 VERSIONS_HOTLINE/32112 | 1 -
 VERSIONS_HOTLINE/32225 | 1 -
 library/startup.php    | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)
 delete mode 100644 VERSIONS_HOTLINE/32112
 delete mode 100644 VERSIONS_HOTLINE/32225

diff --git a/VERSIONS b/VERSIONS
index d0f2a4944ea..7a0ba3f7dba 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,10 @@
+03/11/2015 - v7.2.22
+
+ - ticket #32225 : Enrichissement Premiere: adaptation au changement du site
+
+ - ticket #32112 : Connection de l'explorateur de fichiers avec l'authentification Bokeh
+
+
 28/10/2015 - v7.2.21
 
  - ticket #30552 : 
diff --git a/VERSIONS_HOTLINE/32112 b/VERSIONS_HOTLINE/32112
deleted file mode 100644
index 909936a3ef7..00000000000
--- a/VERSIONS_HOTLINE/32112
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #32112 : Connection de l'explorateur de fichiers avec l'authentification Bokeh
\ No newline at end of file
diff --git a/VERSIONS_HOTLINE/32225 b/VERSIONS_HOTLINE/32225
deleted file mode 100644
index 2c46d69461a..00000000000
--- a/VERSIONS_HOTLINE/32225
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #32225 : enrichissement Premiere: adaptation au changement du site
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 1a0643d7506..231d45b250e 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 . '.21');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.22');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab