From 4a8313e8568be98efdad5813ea432b606615684c Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 16 Apr 2018 15:28:45 +0200 Subject: [PATCH] Preparing release 2.1.21 --- com.woltlab.wcf/package.xml | 8 ++++---- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 6e78e3b78e..fd33474e0f 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.20 - 2018-03-14 + 2.1.21 + 2018-04-16 @@ -136,10 +136,10 @@ - acptemplates_update.tar files_update.tar templates_update.tar - language/*.xml + 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 dc7ae6aa41..e365d1c3bd 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.20 (Typhoon)'); +define('WCF_VERSION', '2.1.21 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1