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

VERSIONS 7.0.4

parent 802b2470
4 merge requests!715Master,!688Master,!687Hotline master,!684Stable
12/02/2015 - v7.0.3
12/02/2015 - v7.0.3 - v7.0.4
- ticket #20588: Correction des problèmes d'affichage dans la liste des suggestions.
......
......@@ -58,7 +58,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.0');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.3');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.4');
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