From 5f7ed0ef66c44df9774df66dede9e583db202c54 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 3 Apr 2014 16:23:22 +0200 Subject: [PATCH] Preparing release 2.0.5 --- com.woltlab.wcf/package.xml | 32 ++++++++++++++++--- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index ecadf109b2..648dc73b7f 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.0.4 pl 1 - 2014-03-20 + 2.0.5 + 2014-04-03 @@ -43,10 +43,32 @@ acp/post_install.php + + + acptemplates.tar files_update.tar - languages/* - smiley.xml - userOption.xml + templates_update.tar + language/*.xml + + option.xml + + + + acptemplates.tar + files_update.tar + templates_update.tar + language/*.xml + + option.xml + + + + acptemplates.tar + files_update.tar + templates_update.tar + language/*.xml + + option.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 4862d374d4..20c8af2b54 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 pl 1 (Maelstrom)'); +define('WCF_VERSION', '2.0.5 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1