From b958a1f437c57314437832c64427fc19520f1a88 Mon Sep 17 00:00:00 2001
From: pbarroca <pbarroca@afi-sa.fr>
Date: Mon, 7 Nov 2016 15:53:04 +0100
Subject: [PATCH] version 7.7.16

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

diff --git a/VERSIONS b/VERSIONS
index 90c34f3a0ea..9e9a945ad9e 100644
--- a/VERSIONS
+++ b/VERSIONS
@@ -1,3 +1,9 @@
+07/11/2016 - v7.7.16
+
+ - ticket #49273 : Module formation : envoi de notifications mail lors des inscriptions/désinscription
+ 
+ - ticket #50177 : Authentification : corretion de la bibliothèque de rattachement lors du processus d'authentification
+
  - ticket #50042 : correction du fichier de traduction anglais
  
  - ticket #47691 : Administration : le rôle rédacteur bibliothèque peut choisir son thème admin
diff --git a/VERSIONS_HOTLINE/50177 b/VERSIONS_HOTLINE/50177
deleted file mode 100644
index 9e3e9238351..00000000000
--- a/VERSIONS_HOTLINE/50177
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #50177 : Authentification : corretion de la bibliothèque de rattachement lors du processus d'authentification
\ No newline at end of file
diff --git a/VERSIONS_WIP/49273 b/VERSIONS_WIP/49273
deleted file mode 100644
index 081d24bac5e..00000000000
--- a/VERSIONS_WIP/49273
+++ /dev/null
@@ -1 +0,0 @@
- - ticket #49273 : 21/55 Inscription à une formation : envoi d'un mail
\ No newline at end of file
diff --git a/library/startup.php b/library/startup.php
index 04ba49eed35..88b0541fe39 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -83,7 +83,7 @@ class Bokeh_Engine {
 
   function setupConstants() {
     defineConstant('BOKEH_MAJOR_VERSION','7.7');
-    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.15');
+    defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.16');
 
     defineConstant('BOKEH_REMOTE_FILES', 'http://git.afi-sa.fr/afi/opacce/');
 
-- 
GitLab