From 19d8afe7cd82a5e655d1480c8dfd7ecde8d9e966 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 29 Apr 2014 20:48:14 +0200 Subject: [PATCH] Preparing release 2.0.6 --- com.woltlab.wcf/package.xml | 29 ++----------------- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 27 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 6d4abc60c4..e229b21510 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.0.5 - 2014-04-10 + 2.0.6 + 2014-04-29 @@ -43,32 +43,9 @@ acp/post_install.php - - - - acptemplates_update.tar - files_update.tar - templates_update.tar - language/*.xml - - option.xml - - - - acptemplates_update.tar + files_update.tar templates_update.tar language/*.xml - - option.xml - - - - acptemplates_update.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 20c8af2b54..f74d9179a9 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.5 (Maelstrom)'); +define('WCF_VERSION', '2.0.6 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1