Updating WCF version
authorAlexander Ebert <ebert@woltlab.com>
Tue, 31 Dec 2013 02:21:31 +0000 (03:21 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 31 Dec 2013 02:21:31 +0000 (03:21 +0100)
wcfsetup/install/files/lib/system/WCF.class.php

index 1acec6eeb13f96a06c7e38678e4e6336c37a4292..331748ab05f26f0e472ff13ab73497de709884a8 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.0 (Maelstrom)');
+define('WCF_VERSION', '2.0.1 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());