From: Alexander Ebert Date: Tue, 20 Oct 2015 11:36:25 +0000 (+0200) Subject: Preparing release 2.1.8 X-Git-Tag: 2.1.8~5 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3ebd773aaa87dcb184b3f290a3cc9e8485519f55;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.8 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 574855de4d..1abaebde2b 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.7 pl 1 - 2015-09-04 + 2.1.8 + 2015-10-20 @@ -89,16 +89,20 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + + acptemplates_update.tar files_update.tar - templates_update.tar - language/*.xml + language/*.xml - userGroupOption.xml + blue-temptation-style.tgz - - + + acptemplates_update.tar files_update.tar + + language/*.xml + + blue-temptation-style.tgz diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 8d6b7e2f77..474ddd56dc 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) { } // define current wcf version -define('WCF_VERSION', '2.1.7 pl 1 (Typhoon)'); +define('WCF_VERSION', '2.1.8 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time());