diff --git a/library/startup.php b/library/startup.php
index 7db748f204af42de955a8d074f9b5e43d002b72e..e8f65c42aac17b4d7cbf9dbb61501f7698491b57 100644
--- a/library/startup.php
+++ b/library/startup.php
@@ -51,7 +51,7 @@ function defineConstant($name, $value) {
 
 
 function setupConstants() {
-	defineConstant('VERSION_PERGAME','V-06.6 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
+	defineConstant('VERSION_PERGAME','V-06.7 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
 	defineConstant('ROOT_PATH',  './');
 	defineConstant('ZEND_FRAMEWORK_PATH',  ROOT_PATH.'../ZendFramework-1.6.2/library/');