diff --git a/library/startup.php b/library/startup.php index 59207430f789187ce416b6e76001ee6025340a65..42506d267a97b2a2609f3523c7f20c3ac703bca6 100644 --- a/library/startup.php +++ b/library/startup.php @@ -51,7 +51,7 @@ function defineConstant($name, $value) { function setupConstants() { - defineConstant('VERSION_PERGAME','V-05.52 [r'.array_at(1, explode(' ', '$Revision$ ')).']'); + defineConstant('VERSION_PERGAME','V-06.0 [r'.array_at(1, explode(' ', '$Revision$ ')).']'); defineConstant('ROOT_PATH', './'); defineConstant('ZEND_FRAMEWORK_PATH', ROOT_PATH.'../ZendFramework-1.6.2/library/Zend/');