From ad54d1cce134592558c643887130ac79e4168eab Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 22 Feb 2024 19:23:36 +0100 Subject: [PATCH] Release 6.0.10 --- com.woltlab.wcf/package.xml | 10 ++-------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 9f1056b86da..bcc0ec2cd3e 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,7 +5,7 @@ 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.9 + 6.0.10 2024-02-22 @@ -50,13 +50,7 @@ acp/install_com.woltlab.wcf_step2.php - - - files_update.tar - acp/update_com.woltlab.wcf_6.0_styleVariables.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 1221d764a05..89d63b41924 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -81,7 +81,7 @@ \mb_language('uni'); // define current woltlab suite version -\define('WCF_VERSION', '6.0.9'); +\define('WCF_VERSION', '6.0.10'); // define current unix timestamp \define('TIME_NOW', \time());