From: Alexander Ebert Date: Thu, 7 Sep 2017 13:17:52 +0000 (+0200) Subject: Preparing internal release 3.1.0 Alpha 3 X-Git-Tag: 3.1.0_Alpha_3^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2c25e8ab063e85de2b15577b96b7737588688295;p=GitHub%2FWoltLab%2FWCF.git Preparing internal release 3.1.0 Alpha 3 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 659e520f7d..4107331a1b 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.1.0 Alpha 2 - 2017-08-31 + 3.1.0 Alpha 3 + 2017-09-07 @@ -88,23 +88,16 @@ acp/update_com.woltlab.wcf_3.1_postUpgrade.php - - update_3.1.0_alpha_1.sql - - - pre-update.tar - acp/update_com.woltlab.wcf_3.1_noop.php - + + acptemplates_update.tar files_update.tar + templates_update.tar - + - acptemplates_update.tar - templates_update.tar + update_3.1.0_alpha_2.sql - + - - defaultStyle.tar diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 6733947b35..e613dcf637 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.1.0 Alpha 2'); +define('WCF_VERSION', '3.1.0 Alpha 3'); // define current unix timestamp define('TIME_NOW', time());