Updated WCF_VERSION
authorAlexander Ebert <ebert@woltlab.com>
Thu, 26 Feb 2015 15:22:50 +0000 (16:22 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 26 Feb 2015 15:22:50 +0000 (16:22 +0100)
wcfsetup/install/files/lib/system/WCF.class.php

index 46501e4e2630be14de925d3081ca6f34023aca7f..53b448b22f12aa5d6384c6476047e05391c16a92 100644 (file)
@@ -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());