From 1a8fcebb3e936ddc4c9e1cd4769171cdb2a992eb Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 30 Aug 2015 23:00:58 +0200 Subject: [PATCH] Preparing release 2.1.7 --- com.woltlab.wcf/package.xml | 57 ++----------------- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 7 insertions(+), 52 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 487dc3e0a9..957c58b216 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.6 - 2015-07-23 + 2.1.7 + 2015-08-30 @@ -43,7 +43,7 @@ acp/post_install.php - + pre_update_check.tar acp/pre_update_com.woltlab.wcf_2.1.php @@ -89,57 +89,12 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - - - pre_update_check.tar - acp/pre_update_com.woltlab.wcf_2.1.php - - - option.xml - - files.tar - acp/update_com.woltlab.wcf_2.1.php - - templates.tar - - acptemplates.tar - - language/*.xml - - update_210.sql - - update_user1_210.sql - update_user2_210.sql - update_user3_210.sql - update_user4_210.sql - update_user5_210.sql - - acpMenu.xml - bbcode.xml - blue-temptation-style.tgz - clipboardAction.xml - coreObject.xml - cronjob_update210.xml - dashboardBox.xml - objectTypeDefinition.xml - objectType.xml - option.xml - pageMenu.xml - userGroupOption.xml - userMenu.xml - userNotificationEvent.xml - userOption.xml - userProfileMenu.xml - - acp/update_mqc_com.woltlab.wcf_2.1.php - acp/rebuild_comments_com.woltlab.wcf_2.1.php - - - + files_update.tar templates_update.tar language/*.xml - objectTypeDefinition.xml + + userGroupOption.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 327aa31bb3..ccf4e192c9 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.6 (Typhoon)'); +define('WCF_VERSION', '2.1.7 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1