From: Alexander Ebert Date: Mon, 16 Apr 2018 13:28:45 +0000 (+0200) Subject: Preparing release 2.1.21 X-Git-Tag: 2.1.21~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4a8313e8568be98efdad5813ea432b606615684c;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.21 --- 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());