Fixed version number
authorAlexander Ebert <ebert@woltlab.com>
Sat, 18 May 2013 22:23:21 +0000 (00:23 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 18 May 2013 22:23:21 +0000 (00:23 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index 79b8bf7c840c4d9ca29cfa9374e3a9030926a349..f3c94d1c1e40cb91e20f72f37cfe6eb72a9595f6 100644 (file)
@@ -29,7 +29,7 @@ use wcf\util\StringUtil;
 @set_time_limit(0);
 
 // define current wcf version
-define('WCF_VERSION', '2.0.0 Alpha 1 (Maelstrom)');
+define('WCF_VERSION', '2.0.0 Beta 1 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());