From 8cd1d7e1cf86b21aa2a2f00516970e3537321ebc Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 20 Mar 2014 14:42:54 +0100 Subject: [PATCH] Fixed WCF_VERSION ... as usual :( --- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); -- 2.20.1