From 08c321e03d68ee6250dc2f73e5b941d3f6e97cbe Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 20 Dec 2016 16:03:45 +0100 Subject: [PATCH] Preparing release 3.0.0 RC 2 --- com.woltlab.wcf/package.xml | 15 +++++---------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 1b5b5ff1ed..ea905eb967 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free CMS and web-framework, designed for awesome websites and communities. Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht. 1 - 3.0.0 RC 1 - 2016-12-15 + 3.0.0 RC 2 + 2016-12-20 @@ -88,21 +88,16 @@ acp/update_com.woltlab.wcf_3.0_post_sql.php - + files_update.tar - - update_3.0.0_rc_1.sql - acp/update_com.woltlab.wcf_3.0.0_rc_1.php + update_3.0.0_rc_2.sql language/*.xml - acptemplates_update.tar templates_update.tar - - - + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index a74ec00388..1c9b617b3f 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.0.0 RC 1'); +define('WCF_VERSION', '3.0.0 RC 2'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1