From: Alexander Ebert Date: Fri, 4 Aug 2017 12:11:17 +0000 (+0200) Subject: Preparing release 2.1.17 X-Git-Tag: 2.1.17^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=390cd76f713a7a19efd83767c3dbb12aaf5852fe;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.17 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index d187fe6490..24359f56b5 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.16 - 2017-06-22 + 2.1.17 + 2017-08-04 @@ -135,9 +135,8 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + files_update.tar - templates_update.tar language/*.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 8b9100459d..4463ba7a3f 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.16 (Typhoon)'); +define('WCF_VERSION', '2.1.17 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time());