diff --git a/startup.php b/startup.php
index 05b1ae85d0a132bb91d107be7be9337d65ddd78f..ab9e503e74396001da696506163f8b2906e5ca48 100644
--- a/startup.php
+++ b/startup.php
@@ -45,7 +45,7 @@ function defineConstant($name, $value) {
 
 
 function setupConstants($cfg) {
-	defineConstant('VERSION_PERGAME','V-05.11.1 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
+	defineConstant('VERSION_PERGAME','V-05.12 [r'.array_at(1, explode(' ', '$Revision$ ')).']');
 
 	defineConstant('MODULEDIRECTORY','./application/modules');
 	defineConstant('LANG_DIR', './library/translation/');