Updated version number
authorAlexander Ebert <ebert@woltlab.com>
Sat, 24 Sep 2016 18:06:32 +0000 (20:06 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 24 Sep 2016 18:06:32 +0000 (20:06 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index 9ed07d132c19e75703e6d28a9b7a9367ed544e91..fb1f512dbb9b6dd7030d47afec0ab241f0f4bcc3 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.0 Alpha 1');
+define('WCF_VERSION', '3.0.0 Beta 1');
 
 // define current unix timestamp
 define('TIME_NOW', time());