From fffeceb662dae046a71767a7030db9106398e150 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 4 Apr 2024 13:23:30 +0200 Subject: [PATCH] Release 6.0.11 --- com.woltlab.wcf/package.xml | 7 +++++-- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 47adaac400..5f86339b7d 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.11 dev 1 - 2024-03-31 + 6.0.11 + 2024-04-04 @@ -56,4 +56,7 @@ templates_update.tar + + files_update.tar + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 5e071f0340..4eb7bbbc7a 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.11 dev 1'); +\define('WCF_VERSION', '6.0.11'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1