From b7360dbfb7d9c3593a440c977661b522c0ccc093 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 9 Feb 2024 17:31:21 +0100 Subject: [PATCH] Release 6.0.9 dev 1 --- com.woltlab.wcf/package.xml | 8 +++++--- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index af3717f2aa..0706bdf73e 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.8 - 2024-01-29 + 6.0.9 dev 1 + 2024-02-09 @@ -50,7 +50,9 @@ acp/install_com.woltlab.wcf_step2.php - + + files_update.tar + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 76b0442ab9..3a7b3f2440 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.8'); +\define('WCF_VERSION', '6.0.9 dev 1'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1