From 7431c2f730470497536cec2e52acb134167ae56c Mon Sep 17 00:00:00 2001
From: Ghislain Loas <ghislo@sandbox.pergame.net>
Date: Wed, 8 Jul 2015 16:53:54 +0200
Subject: [PATCH] update versions file + 7.2.3

---
 VERSIONS            | 12 ++++++++++++
 library/startup.php |  2 +-
 2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/VERSIONS b/VERSIONS
index 9c4320aba3e..babd1cc075f 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,15 @@
+08/07/2015 - v7.2.3
+
+ - ticket #27283 : correction d'une erreur dans l'intégration cosmogramme.
+
+ - ticket #26650 : correction de la barre de progression lors de l'envoi d'une newsletter
+ 
+ - tickets #27210, #27263, #23975 : correction de la tronquature des avis.
+
+ - ticket #27238 : amélioration RGAA sur le tableau des paniers et le titre des iframes
+
+
+
 06/07/2015 - v7.2.0
 
  - ticket #26891 : Correction de l'export EAD
diff --git a/library/startup.php b/library/startup.php
index e4cc6cfe015..763933f8090 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 . '.2');
+	defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.3');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');
 
-- 
GitLab