From 2f5a88a1d2159f8bba7192f825ec2e9bd3e7e9f7 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 22 Jun 2017 12:59:58 +0200 Subject: [PATCH] Preparing release 2.1.16 --- com.woltlab.wcf/package.xml | 6 +++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index d033cdffe3..d187fe6490 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.15 - 2017-05-15 + 2.1.16 + 2017-06-22 @@ -135,7 +135,7 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + files_update.tar templates_update.tar diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index d64c5e954a..4e0a91e3e2 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.15 (Typhoon)'); +define('WCF_VERSION', '2.1.16 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1