From: Alexander Ebert Date: Thu, 22 Jun 2017 10:59:58 +0000 (+0200) Subject: Preparing release 2.1.16 X-Git-Tag: 2.1.16^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2f5a88a1d2159f8bba7192f825ec2e9bd3e7e9f7;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.16 --- 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());