From cdc54ea3c643833d91c2a216b982ee9f3b4747ac Mon Sep 17 00:00:00 2001
From: Julian Maurice <julian.maurice@biblibre.com>
Date: Tue, 17 Feb 2015 10:44:03 +0100
Subject: [PATCH] version 7.1.7

---
 VERSIONS            | 2 +-
 library/startup.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/VERSIONS b/VERSIONS
index 532e8f4bb61..65c54401415 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,4 +1,4 @@
-17/02/2015 - v7.1.6
+17/02/2015 - v7.1.6 - v7.1.7
 
  - ticket #15224
    - Ajout de la possibilité de définir plusieurs niveaux de validation dans le
diff --git a/library/startup.php b/library/startup.php
index 293d41336ee..1da627a044a 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -56,7 +56,7 @@ function defineConstant($name, $value) {
 
 function setupConstants() {
 	defineConstant('BOKEH_MAJOR_VERSION','7.1');
-	defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.6');
+	defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.7');
 
 	defineConstant('ROOT_PATH',  realpath(dirname(__FILE__).'/..').'/');
 
-- 
GitLab