From 0ffc2e5eb2edf2d7acaf1e914d0ac76e3f5ed7c7 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 29 Nov 2013 18:36:56 +0100 Subject: [PATCH] Preparing release 2.0.0 RC 4 --- com.woltlab.wcf/package.xml | 13 +++---------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) 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()); -- 2.20.1