From 091ba2f0123d00287a18d7097b28e4a2e27a9065 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 9 Mar 2018 17:18:03 +0100 Subject: [PATCH] Preparing release 2.1.20 --- com.woltlab.wcf/package.xml | 10 ++++++---- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index a90739e5b4..70ccdff8ff 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.19 - 2017-11-16 + 2.1.20 + 2018-03-12 @@ -135,9 +135,11 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + + acptemplates_update.tar files_update.tar + templates_update.tar - option.xml + language/*.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index c2b57dac1f..dc7ae6aa41 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.19 (Typhoon)'); +define('WCF_VERSION', '2.1.20 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1