Skip to content
Snippets Groups Projects

Hotline 6.55

Merged Ghislain Loas requested to merge hotline_6.55 into hotline_#17249_auto_open_vertical_menu
Viewing commit 9276f738
Show latest version
2 files
+ 6
1
Preferences
Compare changes
Files
2
+ 1
1
@@ -57,7 +57,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('VERSION_PERGAME','6.54');
defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.1');
defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.2');
defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');