From 91ad174fee448bbc97a602dc1135499f57c5459e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 4 Dec 2024 16:08:20 +0100 Subject: [PATCH] Release 6.1.2 dev 1 --- com.woltlab.wcf/package.xml | 13 +++---------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index af902fc95e..da1d3b7b8f 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.1 - 2024-11-23 + 6.1.2 dev 1 + 2024-12-04 @@ -99,15 +99,8 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ acp/update_com.woltlab.wcf_6.1_serviceWorker.php - - acptemplates_update.tar + files_update.tar - templates_update.tar - acp/update_com.woltlab.wcf_6.1_checkSystemRequirements.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 6eacc1e0f2..294dc7f5d0 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -79,7 +79,7 @@ \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.1.1'); +\define('WCF_VERSION', '6.1.2 dev 1'); // define current unix timestamp \define('TIME_NOW', \time());