From 6b88e86c576bb96dc9d18024378529ff3543e414 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 8 Sep 2017 12:12:19 +0200 Subject: [PATCH] Preparing release 2.1.18 --- com.woltlab.wcf/package.xml | 8 +++----- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 24359f56b5..9c82e449ec 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.17 - 2017-08-04 + 2.1.18 + 2017-08-09 @@ -135,9 +135,7 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + files_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 4463ba7a3f..67ce1897cd 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.17 (Typhoon)'); +define('WCF_VERSION', '2.1.18 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1