From: Alexander Ebert Date: Sat, 18 May 2013 22:23:21 +0000 (+0200) Subject: Fixed version number X-Git-Tag: 2.0.0_Beta_1~156^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b3b4be3b0a1edd36e30c91316cfed6a961419fd7;p=GitHub%2FWoltLab%2FWCF.git Fixed version number --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 79b8bf7c84..f3c94d1c1e 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -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());