From 5042e80c6eca1cfa6389616b7558f368c5042bc7 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 27 Oct 2016 13:48:05 +0200 Subject: [PATCH] Preparing release 3.0.0 Beta 4 --- com.woltlab.wcf/package.xml | 17 ++++++----------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 504a4c4161..05640e815c 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 Beta 3 - 2016-10-21 + 3.0.0 Beta 4 + 2016-10-27 @@ -45,17 +45,12 @@ - - acptemplates_update.tar - files_update.tar - templates_update.tar + + + - update_3.0.0_beta_2.sql + - - - - diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 10df7a22ef..82cf56e629 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 Beta 3'); +define('WCF_VERSION', '3.0.0 Beta 4'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1