From b741ed95a3e68fc7cc106afb896d07860362cf7f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 7 Feb 2018 13:34:07 +0100 Subject: [PATCH] Preparing release 3.1.0 RC 3 --- com.woltlab.wcf/package.xml | 9 ++++----- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index d4b1242038..cf1762b65d 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 RC 2 - 2018-01-25 + 3.1.0 RC 3 + 2018-02-07 @@ -95,13 +95,12 @@ defaultStyle.tar - + acptemplates_update.tar 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 04471d382b..9eee7a1e01 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -48,7 +48,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.1.0 RC 2'); +define('WCF_VERSION', '3.1.0 RC 3'); // define current API version define('WSC_API_VERSION', 2018); -- 2.20.1