From: Alexander Ebert Date: Thu, 20 Mar 2014 13:42:54 +0000 (+0100) Subject: Fixed WCF_VERSION ... as usual :( X-Git-Tag: 2.0.4_pl_1~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8cd1d7e1cf86b21aa2a2f00516970e3537321ebc;p=GitHub%2FWoltLab%2FWCF.git Fixed WCF_VERSION ... as usual :( --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index b066c24a51..4862d374d4 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.4 (Maelstrom)'); +define('WCF_VERSION', '2.0.4 pl 1 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time());