From dd5b4f1875b30fa25c3605ae48f0ae7d48154253 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 30 Aug 2024 14:03:26 +0200 Subject: [PATCH] Release 6.1.0 Beta 1 --- com.woltlab.wcf/package.xml | 9 +++++---- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 1d0a812f2d..523d5d782e 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 - 6.1.0 Alpha 3 - 2024-08-26 + 6.1.0 Beta 1 + 2024-08-30 @@ -50,8 +50,9 @@ acp/install_com.woltlab.wcf_step2.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 0ca99fce29..e1d85bb64e 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -79,7 +79,7 @@ if (\function_exists('mb_regex_encoding')) { \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.1.0 Alpha 3'); +\define('WCF_VERSION', '6.1.0 Beta 1'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1