From: Alexander Ebert Date: Sun, 14 Dec 2014 15:37:32 +0000 (+0100) Subject: Updated WCF_VERSION X-Git-Tag: 2.1.0_Beta_1~3^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=53c9c89251bd2349bbc739f350f69044a403be05;p=GitHub%2FWoltLab%2FWCF.git Updated WCF_VERSION --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index f095ce6356..22bd62fa14 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -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());