From 0ded1441b775f5870d97fb225d6f03bd72fd5035 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 11 Feb 2024 00:41:02 +0100 Subject: [PATCH] Release 6.0.9 dev 4 --- com.woltlab.wcf/package.xml | 9 +++------ wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 6a811de4d1..de35747681 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.0.9 dev 3 - 2024-02-10 + 6.0.9 dev 4 + 2024-02-11 @@ -55,10 +55,7 @@ files_update.tar - - files_update.tar - - + files_update.tar diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 6111f99280..55b1fb47ee 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.0.9 dev 3'); +\define('WCF_VERSION', '6.0.9 dev 4'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1