Skip to content

Commit 75cf135

Browse files
committed
Release 6.1.3 dev 2
1 parent 14bd77c commit 75cf135

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

com.woltlab.wcf/package.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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.3 dev 1</version>
9-
<date>2024-12-27</date>
8+
<version>6.1.3 dev 2</version>
9+
<date>2024-12-31</date>
1010
</packageinformation>
1111

1212
<authorinformation>
@@ -105,4 +105,9 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
105105
<instruction type="template">templates_update.tar</instruction>
106106
<instruction type="language"/>
107107
</instructions>
108+
<instructions type="update" fromversion="6.1.3 dev 1">
109+
<instruction type="acpTemplate">acptemplates_update.tar</instruction>
110+
<instruction type="file">files_update.tar</instruction>
111+
<instruction type="template">templates_update.tar</instruction>
112+
</instructions>
108113
</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.3 dev 1');
82+
\define('WCF_VERSION', '6.1.3 dev 2');
8383

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

0 commit comments

Comments
 (0)