From 70f7e39630e340eba241e50e6ebb19f7de765874 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 28 Jun 2021 15:37:04 +0200 Subject: [PATCH] Release 5.4.0 RC 1 --- com.woltlab.wcf/package.xml | 8 +++----- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 1f96ab8e4d..42fdb4592c 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.4.0 Beta 2 - 2021-06-18 + 5.4.0 RC 1 + 2021-06-30 @@ -149,10 +149,8 @@ tar cvf com.woltlab.wcf/files_pre.tar -C wcfsetup/install/files/ \ acp/update_com.woltlab.wcf_5.4_deleteLanguageItems.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 5503e5a7fe..8f9ead47c6 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -53,7 +53,7 @@ if (!@\ini_get('date.timezone')) { } // define current woltlab suite version -\define('WCF_VERSION', '5.4.0 Beta 2'); +\define('WCF_VERSION', '5.4.0 RC 1'); // define current API version // @deprecated 5.2 -- 2.20.1