From: Alexander Ebert Date: Sat, 24 Sep 2016 18:06:32 +0000 (+0200) Subject: Updated version number X-Git-Tag: 3.0.0_Beta_1~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=870245634fd0f5abdb361583cd52a1a851fa6fcc;p=GitHub%2FWoltLab%2FWCF.git Updated version number --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 9ed07d132c..fb1f512dbb 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -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());