Fixed WCF_VERSION ... as usual :(
authorAlexander Ebert <ebert@woltlab.com>
Thu, 20 Mar 2014 13:42:54 +0000 (14:42 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 20 Mar 2014 13:42:54 +0000 (14:42 +0100)
wcfsetup/install/files/lib/system/WCF.class.php

index b066c24a51c6adcc6410ccc942ed83173cada9c9..4862d374d48fe80060b163cb3253c2b305388899 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.4 (Maelstrom)');
+define('WCF_VERSION', '2.0.4 pl 1 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());