From 390cd76f713a7a19efd83767c3dbb12aaf5852fe Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 4 Aug 2017 14:11:17 +0200 Subject: [PATCH] Preparing release 2.1.17 --- com.woltlab.wcf/package.xml | 7 +++---- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) 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()); -- 2.20.1