Skip to content
Snippets Groups Projects
Commit 4e8ac510 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

version 7.0.15

parent b848370d
Branches
Tags
2 merge requests!896Master,!816Stable
17/04/2015 - v7.0.15
- ticket #18020 : Mise à jour de la gestion des réservations des postes multimédia.
- ticket #24018 : Correction d'un bug qui ajoutait des boîtes avec le même identifiant entre les profils partagés.
14/04/2015 - v7.0.14
- ticket #23080 : Correction d'un bug qui duplicait le résumé d'un album en note de la notice à l'indexation.
......
- ticket #18020 : Mise à jour de la gestion des réservations des postes multimédia.
\ No newline at end of file
- ticket #24018 : Correction d'un bug qui ajoutait des boîtes avec le même identifiant entre les profils partagés.
\ No newline at end of file
......@@ -58,7 +58,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.0');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.14');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.15');
defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment