From: Alexander Ebert Date: Sun, 3 May 2015 18:18:06 +0000 (+0200) Subject: Updated WCF_VERSION X-Git-Tag: 3.0.0_Beta_1~2423 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f558acf9126905323e109e95a216311cb434d1fe;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 570c02e4e6..9fa0874a66 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.3 (Typhoon)'); +define('WCF_VERSION', '2.2.0 Alpha 1 (Vortex)'); // define current unix timestamp define('TIME_NOW', time());