From 5e98a78a7a399b115d9f16a2f4978651ad3677bb Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 19 Sep 2017 12:30:32 +0200 Subject: [PATCH] Preparing internal release 3.1.0 Alpha 4 --- com.woltlab.wcf/package.xml | 18 +++++++++--------- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index c7f1a0711a..68687ce422 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 3 - 2017-09-07 + 3.1.0 Alpha 4 + 2017-09-19 @@ -48,6 +48,7 @@ acp/post_install.php + + + --> + - + acptemplates_update.tar files_update.tar templates_update.tar - - update_3.1.0_alpha_2.sql - - - diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 3be1593e56..28a379d69e 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 3'); +define('WCF_VERSION', '3.1.0 Alpha 4'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1