From: Alexander Ebert Date: Fri, 26 Jan 2024 12:11:10 +0000 (+0100) Subject: Release 6.0.7 dev 2 X-Git-Tag: 6.0.7_dev_2^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f617503585b27edea14cd0164bc2f9b02333e0bb;p=GitHub%2FWoltLab%2FWCF.git Release 6.0.7 dev 2 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 69a76ac7fa..9cbe7299a2 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.7 dev 1 - 2024-01-25 + 6.0.7 dev 2 + 2024-01-26 @@ -50,12 +50,7 @@ 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 0670d46100..031c054b17 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -81,7 +81,7 @@ if (\function_exists('mb_regex_encoding')) { \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.0.7 dev 1'); +\define('WCF_VERSION', '6.0.7 dev 2'); // define current unix timestamp \define('TIME_NOW', \time());