From: Alexander Ebert Date: Thu, 3 Sep 2015 23:19:00 +0000 (+0200) Subject: Preparing release 2.1.7 pl 1 X-Git-Tag: 2.1.7~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=445c5eb7625809518a4cf993b79819a04f37fd39;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.7 pl 1 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 8b5c0ec4b1..eef3672391 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.7 - 2015-09-03 + 2.1.7 pl 1 + 2015-09-04 @@ -89,12 +89,7 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + files_update.tar - templates_update.tar - - language/*.xml - - userGroupOption.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index ccf4e192c9..8d6b7e2f77 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.7 (Typhoon)'); +define('WCF_VERSION', '2.1.7 pl 1 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time());