From 673acc40e2ea8556202172a03f67c81e6e41ce60 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 6 Jan 2025 17:14:29 +0100 Subject: [PATCH] Release 6.1.3 --- 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 f465ed1daf..91ae393d5e 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 3 - 2025-01-03 + 6.1.3 + 2025-01-06 @@ -113,4 +113,7 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \ files_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 f0bda297db..2394133fd0 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 3'); +\define('WCF_VERSION', '6.1.3'); // define current unix timestamp \define('TIME_NOW', \time()); -- 2.20.1