From: Alexander Ebert Date: Fri, 14 Jun 2024 16:31:02 +0000 (+0200) Subject: Release 6.0.15 dev 1 X-Git-Tag: 6.0.15_dev_1^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b171e96a8d1079950be7a4f8cd044933317c70d4;p=GitHub%2FWoltLab%2FWCF.git Release 6.0.15 dev 1 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index fcbdef7522..95241891d9 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.14 - 2024-05-31 + 6.0.15 dev 1 + 2024-06-14 @@ -50,15 +50,9 @@ acp/install_com.woltlab.wcf_step2.php - + acptemplates_update.tar files_update.tar - 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 7681dae2fb..298352348e 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.14'); +\define('WCF_VERSION', '6.0.15 dev 1'); // define current unix timestamp \define('TIME_NOW', \time());