From: Alexander Ebert Date: Tue, 20 Dec 2016 15:03:45 +0000 (+0100) Subject: Preparing release 3.0.0 RC 2 X-Git-Tag: 3.0.0_RC_2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=08c321e03d68ee6250dc2f73e5b941d3f6e97cbe;p=GitHub%2FWoltLab%2FWCF.git Preparing release 3.0.0 RC 2 --- 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());