diff --git a/library/startup.php b/library/startup.php index c5bcbb830436684f4ce9489c7d4a2f507775ce20..cfa53c6cd0e806053500a42e7522d54e5a0c1d6f 100644 --- a/library/startup.php +++ b/library/startup.php @@ -55,7 +55,7 @@ function defineConstant($name, $value) { function setupConstants() { - defineConstant('VERSION_PERGAME','6.39'); + defineConstant('VERSION_PERGAME','6.40'); defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/'); defineConstant('ZEND_FRAMEWORK_PATH', ROOT_PATH . 'library/storm/zf/library/');