Skip to content

Commit 50ed96a

Browse files
committed
Release 6.1.7
1 parent 3e657a0 commit 50ed96a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

com.woltlab.wcf/package.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
66
<packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
77
<isapplication>1</isapplication>
8-
<version>6.1.7 dev 2</version>
8+
<version>6.1.7</version>
99
<date>2025-04-15</date>
1010
</packageinformation>
1111

@@ -57,4 +57,7 @@
5757
<instructions type="update" fromversion="6.1.7 dev 1">
5858
<instruction type="file">files_update.tar</instruction>
5959
</instructions>
60+
<instructions type="update" fromversion="6.1.7 dev 2">
61+
<instruction type="file">files_update.tar</instruction>
62+
</instructions>
6063
</package>

wcfsetup/install/files/lib/system/WCF.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
\mb_language('uni');
8080

8181
// define current woltlab suite version
82-
\define('WCF_VERSION', '6.1.7 dev 2');
82+
\define('WCF_VERSION', '6.1.7');
8383

8484
// define current unix timestamp
8585
\define('TIME_NOW', \time());

0 commit comments

Comments
 (0)