From: Alexander Ebert Date: Tue, 31 Dec 2024 13:15:27 +0000 (+0100) Subject: Release 6.1.3 dev 2 X-Git-Tag: 6.1.3_dev_2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2a683aae4c9d217537eae70990d240e38e577faa;p=GitHub%2FWoltLab%2FWCF.git Release 6.1.3 dev 2 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 7a993e9940..5e08b69042 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.1.3 dev 1 - 2024-12-27 + 6.1.3 dev 2 + 2024-12-31 @@ -105,4 +105,9 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ templates_update.tar + + 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 f6ace14400..2d40e53cf4 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.1.3 dev 1'); +\define('WCF_VERSION', '6.1.3 dev 2'); // define current unix timestamp \define('TIME_NOW', \time());