diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml
index 412f4576aa..af902fc95e 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 dev 1
- 2024-11-20
+ 6.1.1
+ 2024-11-23
@@ -107,4 +107,7 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
+
+ files_update.tar
+
diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php
index 63fc52ce33..6eacc1e0f2 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 dev 1');
+\define('WCF_VERSION', '6.1.1');
// define current unix timestamp
\define('TIME_NOW', \time());