Updated WCF_VERSION
authorAlexander Ebert <ebert@woltlab.com>
Sun, 14 Dec 2014 15:37:32 +0000 (16:37 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 14 Dec 2014 15:37:32 +0000 (16:37 +0100)
wcfsetup/install/files/lib/system/WCF.class.php

index f095ce6356723e3e99301b498b13c3fbe62cee72..22bd62fa1403a016d885a5bcd0616ee8aa13b9a0 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.0 Alpha 1 (Typhoon)');
+define('WCF_VERSION', '2.1.0 Beta 1 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());