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

Bump version 7.0.0

parent 50eb6ed3
Branches
Tags
3 merge requests!715Master,!651Master,!647Stable
02/02/2015 - v7.0.0
- tag de déploiement
28/01/2015 - v6.60.5
- ticket #18634: Supprime l'envoi de notifications par mail de changement dans
......
......@@ -57,8 +57,8 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','6.60');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.5');
defineConstant('BOKEH_MAJOR_VERSION','7.0');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.0');
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