From: Alexander Ebert Date: Sun, 1 Jan 2017 11:21:42 +0000 (+0100) Subject: Prepairing release 3.0.0 RC 4 X-Git-Tag: 3.0.0_RC_4^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=46d29bca392931b79ccd7c636db31a01f313c158;p=GitHub%2FWoltLab%2FWCF.git Prepairing release 3.0.0 RC 4 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 0936a2af79..b0382b321c 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 3 - 2016-12-30 + 3.0.0 RC 4 + 2017-01-01 @@ -88,16 +88,8 @@ acp/update_com.woltlab.wcf_3.0_post_sql.php - - + files_update.tar - - - acp/update_com.woltlab.wcf_3.0.0_rc_3.php - - - - templates_update.tar diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 21a7578da7..2c92f25000 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -46,7 +46,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.0.0 RC 3'); +define('WCF_VERSION', '3.0.0 RC 4'); // define current unix timestamp define('TIME_NOW', time()); @@ -62,7 +62,7 @@ if (!defined('NO_IMPORTS')) { * It holds the database connection, access to template and language engine. * * @author Marcel Werk - * @copyright 2001-2016 WoltLab GmbH + * @copyright 2001-2017 WoltLab GmbH * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System */