From: Alexander Ebert Date: Fri, 8 Nov 2013 14:12:33 +0000 (+0100) Subject: Preparing release 2.0.0 RC 1 X-Git-Tag: 2.0.0_RC_1~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cd3a1e68e0a69ce74fbd8e26498cade665b69387;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.0.0 RC 1 --- diff --git a/com.woltlab.wcf/blue-temptation-style.tgz b/com.woltlab.wcf/blue-temptation-style.tgz index c5d265c69f..85f5c5aaa4 100644 Binary files a/com.woltlab.wcf/blue-temptation-style.tgz and b/com.woltlab.wcf/blue-temptation-style.tgz differ diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 2a5fb91431..0e6d8a88c0 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.0.0 Beta 11 - 2013-11-04 + 2.0.0 RC 1 + 2013-11-08 @@ -43,19 +43,14 @@ acp/post_install.php - + acptemplates_update.tar files_update.tar templates_update.tar + language/*.xml - - language/*.xml - - clipboardAction.xml - objectTypeDefinition.xml - objectType.xml option.xml - userGroupOption.xml - userOption.xml + + blue-temptation-style.tgz diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 347904b856..2e26273f2e 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.0.0 Beta 11 (Maelstrom)'); +define('WCF_VERSION', '2.0.0 RC 1 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time());