From 12bd3450229e770aa17c7cb5ab8a2aa1041e8ee8 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 18 Dec 2014 18:23:31 +0100 Subject: [PATCH] Preparing release 2.1.0 Beta 2 --- com.woltlab.wcf/package.xml | 16 +++++++++++++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 8f7a25d61d..f2ca76e645 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.0 Beta 1 - 2014-12-14 + 2.1.0 Beta 2 + 2014-12-18 @@ -87,5 +87,15 @@ acp/update_mqc_com.woltlab.wcf_2.1.php - --> + --> + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + language/*.xml + + option.xml + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 22bd62fa14..d4a96db086 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) { } // define current wcf version -define('WCF_VERSION', '2.1.0 Beta 1 (Typhoon)'); +define('WCF_VERSION', '2.1.0 Beta 2 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1