From: Alexander Ebert Date: Tue, 19 Nov 2013 11:20:10 +0000 (+0100) Subject: Fixed WCF_VERSION X-Git-Tag: 2.0.0_RC_2~14 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ff93cb6f35b5d0128cb1af131d8a905ed9c14727;p=GitHub%2FWoltLab%2FWCF.git Fixed WCF_VERSION --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 4fe8c6381f..8fae4373f4 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.0.0 RC 1 (Maelstrom)'); +define('WCF_VERSION', '2.0.0 RC 2 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time());