From: Alexander Ebert Date: Thu, 26 Feb 2015 15:22:50 +0000 (+0100) Subject: Updated WCF_VERSION X-Git-Tag: 2.1.0~18 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7ee423992fb27f06b4a14cd4b0deb64a14236090;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 46501e4e26..53b448b22f 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) { } // define current wcf version -define('WCF_VERSION', '2.1.0 RC 2 (Typhoon)'); +define('WCF_VERSION', '2.1.0 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time());