diff --git a/library/startup.php b/library/startup.php index c5c872e4225e4f1239d8130e9958ed7cc3889cdb..05b3b778e769d1085f114c8b4ce80b43429a3f0c 100644 --- a/library/startup.php +++ b/library/startup.php @@ -55,6 +55,7 @@ function defineConstant($name, $value) { function setupConstants() { + defineConstant('VERSION_PERGAME','V-06.31 [r'.array_at(1, explode(' ', '$Revision$ ')).']'); defineConstant('ROOT_PATH', './'); defineConstant('ZEND_FRAMEWORK_PATH', ROOT_PATH.'../ZendFramework-1.6.2/library/');