From 5e0e2fb1b331d746d2b2c206ecbb2e0e01f3fe99 Mon Sep 17 00:00:00 2001
From: Ghislain Loas <ghislo@sandbox.pergame.net>
Date: Fri, 28 Oct 2016 12:49:50 +0200
Subject: [PATCH] version 7.6.13

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

diff --git a/VERSIONS b/VERSIONS
index fa42d3f723f..662a00bffdc 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,4 +1,6 @@
-28/10/2016 - v7.6.12
+28/10/2016 - v7.6.12 - v7.6.13
+
+ - ticket #43916 : Recherche : tri par ordre alphabétique des favoris.
 
  - ticket #48232 : Article : prise en charge de la nouvelle API Facebook
 
diff --git a/VERSIONS_HOTLINE/43916 b/VERSIONS_HOTLINE/43916
deleted file mode 100644
index 94c8b634bdd..00000000000
--- a/VERSIONS_HOTLINE/43916
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #43916 : Recherche : tri par ordre alphabétique des favoris.
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 25f35ddb249..f40c37d245e 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -67,7 +67,7 @@ function defineConstant($name, $value) {
 function setupConstants() {
   defineConstant('BOKEH_MAJOR_VERSION','7.6');
 
-  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.12');
+  defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.13');
 
   defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab