From e4174d7fa86005f2cda06349fba2a26d6ab45d63 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 29 Sep 2019 17:11:57 +0200 Subject: [PATCH] Preparing the release 5.2.0 Beta 2 --- com.woltlab.wcf/package.xml | 9 ++++++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index dc05c374a6..7722a87234 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 - 5.2.0 Beta 1 - 2019-08-25 + 5.2.0 Beta 2 + 2019-09-29 @@ -50,11 +50,14 @@ acp/post_install.php - + acptemplates_update.tar files_update.tar templates_update.tar + update_5.2_pre_sql_api.sql + acp/update-com.woltlab.wcf_5.2.0_beta_2.php + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index aa5ea7c5fe..eb6f71eb9e 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -49,7 +49,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '5.2.0 Beta 1'); +define('WCF_VERSION', '5.2.0 Beta 2'); // define current API version define('WSC_API_VERSION', 2019); -- 2.20.1