Skip to content

Commit ab90ccc

Browse files
committed
Bump the version to 6.2.0 dev 1
1 parent fec8ac9 commit ab90ccc

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

com.woltlab.wcf/package.xml

Lines changed: 2 additions & 18 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.6</version>
9-
<date>2025-03-21</date>
8+
<version>6.2.0 dev 1</version>
9+
<date>2025-03-24</date>
1010
</packageinformation>
1111

1212
<authorinformation>
@@ -49,20 +49,4 @@
4949

5050
<instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
5151
</instructions>
52-
53-
<instructions type="update" fromversion="6.1.5">
54-
<instruction type="file">files_update.tar</instruction>
55-
<instruction type="template">templates_update.tar</instruction>
56-
</instructions>
57-
<instructions type="update" fromversion="6.1.6 dev 1">
58-
<instruction type="file">files_update.tar</instruction>
59-
<instruction type="template">templates_update.tar</instruction>
60-
</instructions>
61-
<instructions type="update" fromversion="6.1.6 dev 2">
62-
<instruction type="file">files_update.tar</instruction>
63-
<instruction type="template">templates_update.tar</instruction>
64-
</instructions>
65-
<instructions type="update" fromversion="6.1.6 dev 3">
66-
<instruction type="file">files_update.tar</instruction>
67-
</instructions>
6852
</package>

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

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

8282
// define current woltlab suite version
83-
\define('WCF_VERSION', '6.1.6');
83+
\define('WCF_VERSION', '6.2.0 dev 1');
8484

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

0 commit comments

Comments
 (0)