From: Alexander Ebert Date: Fri, 9 Feb 2024 16:31:21 +0000 (+0100) Subject: Release 6.0.9 dev 1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b7360dbfb7d9c3593a440c977661b522c0ccc093;p=GitHub%2FWoltLab%2FWCF.git Release 6.0.9 dev 1 --- 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());