From 3bbc35025c4240888dcd0c0c503fe1e04b578daf Mon Sep 17 00:00:00 2001
From: Ghislain Loas <ghislo@sandbox.pergame.net>
Date: Wed, 18 Nov 2015 10:40:29 +0100
Subject: [PATCH] version 7.2.27

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

diff --git a/VERSIONS b/VERSIONS
index ea6b40aa91d..89224b04655 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,8 @@
+18/11/2015 - v7.2.27
+
+ - ticket #32771 : Ajout du texte "Valider" dans le bouton de validation de la modification d'un panier.
+
+
 13/11/2015 - v7.2.26
 
  - ticket #31988 : Correction de la css des bandeaux d'alertes pour être compatible avec le mode responsive.
diff --git a/VERSIONS_HOTLINE/32771 b/VERSIONS_HOTLINE/32771
deleted file mode 100644
index 46a4d12572a..00000000000
--- a/VERSIONS_HOTLINE/32771
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #32771 : Ajout du texte "Valider" dans le bouton de validation de la modification d'un panier.
diff --git a/library/startup.php b/library/startup.php
index ab6419ec1d9..ae2d1a9cb20 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 . '.26');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.27');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab