From: Alexander Ebert Date: Thu, 28 Sep 2023 15:19:15 +0000 (+0200) Subject: Release 6.0.0 RC 2 X-Git-Tag: 6.0.0_RC_2^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dfb7337ac7593e2871c004b4af36fe6c0fde89be;p=GitHub%2FWoltLab%2FWCF.git Release 6.0.0 RC 2 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 2e0a199264..17e0a9654d 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.0 RC 1 - 2023-09-15 + 6.0.0 RC 2 + 2023-09-28 @@ -137,12 +137,12 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ acp/update_com.woltlab.wcf_6.0_license.php --> - + acptemplates_update.tar files_update.tar templates_update.tar - acp/update_com.woltlab.wcf_6.0.0.rc.1.php + acp/update_com.woltlab.wcf_6.0_license.php - + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 09d955eea4..4b6ccd6bbb 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.0 RC 1'); +\define('WCF_VERSION', '6.0.0 RC 2'); // define current unix timestamp \define('TIME_NOW', \time());