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

7.1.8

parent 5948b382
1 merge request!715Master
17/02/2015 - v7.1.6 - v7.1.7
17/02/2015 - v7.1.6 - v7.1.7 - 7.1.8
- ticket #15224
- Ajout de la possibilité de définir plusieurs niveaux de validation dans le
......
......@@ -56,7 +56,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.1');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.7');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.8');
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