From: Alexander Ebert Date: Sat, 17 Aug 2019 10:49:08 +0000 (+0200) Subject: Preparing the release 5.2.0 Alpha 4 X-Git-Tag: 5.2.0_Alpha_4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=31c4abd364d341d2cd180c7b0a0849ff489c6acf;p=GitHub%2FWoltLab%2FWCF.git Preparing the release 5.2.0 Alpha 4 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index ebf6b649f2..11dadb88ad 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 Alpha 3 - 2019-07-27 + 5.2.0 Alpha 4 + 2019-08-17 @@ -50,11 +50,13 @@ acp/post_install.php - + 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 b3732a3a04..4faf6054dc 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', '5.2.0 Alpha 3'); +define('WCF_VERSION', '5.2.0 Alpha 4'); // define current API version define('WSC_API_VERSION', 2019);