From: Alexander Ebert Date: Fri, 29 Nov 2013 17:36:56 +0000 (+0100) Subject: Preparing release 2.0.0 RC 4 X-Git-Tag: 2.0.0_RC_4^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=0ffc2e5eb2edf2d7acaf1e914d0ac76e3f5ed7c7;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.0.0 RC 4 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 68ff0ac51e..c376c0bacf 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.0.0 RC 3 - 2013-11-26 + 2.0.0 RC 4 + 2013-11-30 @@ -43,17 +43,10 @@ acp/post_install.php - + acptemplates_update.tar files_update.tar templates_update.tar language/*.xml - - acp/update_rc3.php - - update_rc3.sql - - option.xml - userGroupOption.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 0585a4082e..dd5aab433f 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 RC 3 (Maelstrom)'); +define('WCF_VERSION', '2.0.0 RC 4 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time());