Updated WCF_VERSION
authorAlexander Ebert <ebert@woltlab.com>
Sun, 3 May 2015 18:18:06 +0000 (20:18 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 3 May 2015 18:18:06 +0000 (20:18 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index 570c02e4e68f062281d93df5cc280cf2041811d6..9fa0874a663737ad25fb36fc313e27a501a04519 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.3 (Typhoon)');
+define('WCF_VERSION', '2.2.0 Alpha 1 (Vortex)');
 
 // define current unix timestamp
 define('TIME_NOW', time());