From: Alexander Ebert Date: Tue, 29 Apr 2014 18:48:14 +0000 (+0200) Subject: Preparing release 2.0.6 X-Git-Tag: 2.0.6~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=19d8afe7cd82a5e655d1480c8dfd7ecde8d9e966;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.0.6 --- 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());