From fbadf9ba3831a817b5de0240baea0dadfdd598e0 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 7 Jan 2017 14:13:44 +0100 Subject: [PATCH] Preparing release 3.0.0 --- com.woltlab.wcf/package.xml | 16 +++++++++++----- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index b0382b321c..7a985c084a 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 4 - 2017-01-01 + 3.0.0 + 2017-01-07 @@ -88,8 +88,14 @@ acp/update_com.woltlab.wcf_3.0_post_sql.php - - files_update.tar - templates_update.tar + + + + + + + + + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 2c92f25000..ee3d0e0a35 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 4'); +define('WCF_VERSION', '3.0.0'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1