From: Alexander Ebert Date: Thu, 16 Feb 2017 09:18:27 +0000 (+0100) Subject: Preparing release 3.0.2 pl 1 X-Git-Tag: 3.0.2_pl_2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b3c8a4b139280c08af0f69262a9665e08a2597d6;p=GitHub%2FWoltLab%2FWCF.git Preparing release 3.0.2 pl 1 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 1b2a6218fa..85abe5adb0 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.2 - 2017-02-15 + 3.0.2 pl 1 + 2017-02-16 @@ -92,24 +92,7 @@ acp/update_com.woltlab.wcf_3.0_post_sql.php - - - acptemplates_update.tar + files_update.tar - templates_update.tar - - - - update_3.0.2.sql - - - - acptemplates_update.tar - files_update.tar - templates_update.tar - - - - update_3.0.2.sql diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 039b203da6..ae5acb94b7 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.2'); +define('WCF_VERSION', '3.0.2 pl 1'); // define current unix timestamp define('TIME_NOW', time());