Skip to content
Snippets Groups Projects
Commit aa45aa16 authored by Matthias Meusburger's avatar Matthias Meusburger
Browse files

version 7.0.17

parent 071e27a5
Branches
Tags
2 merge requests!896Master,!827Stable
23/04/2015 - v7.0.17
- ticket #23391 : Correction d'une régression dans le mode de dédoublonnage par identifiant.
- ticket #19079 : Correction de la modification des vignettes pour les périodiques.
17/04/2015 - v7.0.15 - v7.0.16
- ticket #18020 : Mise à jour de la gestion des réservations des postes multimédia.
......
- ticket #23391 : Suppression d'un cas de boucle infinie dans la phase de mise à jour des facettes exemplaires de cosmogramme.
\ 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 . '.16');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.17');
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