Skip to content
Snippets Groups Projects

Master

Merged Laurent requested to merge master into WIP
Viewing commit f3188176
Show latest version
2 files
+ 5
1
Preferences
Compare changes
Files
2
+ 1
1
@@ -64,7 +64,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('BOKEH_MAJOR_VERSION','7.3');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.2');
defineConstant('BOKEH_RELEASE_NUMBER', BOKEH_MAJOR_VERSION . '.3');
defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');