Skip to content
Snippets Groups Projects
Commit b4117ca3 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

version 7.2.5

parent 12ed3156
Branches
Tags
1 merge request!1013Master
20/07/2015 - v7.2.5
- ticket #23805: possibilité de ne pas limiter le nombre de facettes affichés par rubrique
10/07/2015 - v7.2.4
- ticket #23606 : amélioration de l'affichage dans la version mobile de Bokeh en évitant de tronquer les contenus.
......
......@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.2');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.4');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.5');
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