From d92f7258e7e4a92b3fae11f010855fdb09405817 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 19 Dec 2015 21:56:12 +0100 Subject: [PATCH] Preparing release 2.1.9 --- com.woltlab.wcf/package.xml | 17 +++++++++++++++-- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 92e1d9334f..cbadf30ec6 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.8 pl 1 - 2015-10-29 + 2.1.9 + 2015-12-19 @@ -89,7 +89,20 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php + + acptemplates_update.tar files_update.tar + templates_update.tar + + language/*.xml + + + + acptemplates_update.tar + 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 dbd50ef013..15abc6bd17 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.8 pl 1 (Typhoon)'); +define('WCF_VERSION', '2.1.9 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1