Skip to content

Commit c483578

Browse files
committed
Release 6.1.1 dev 1
1 parent 9789b5a commit c483578

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed
0 Bytes
Binary file not shown.

com.woltlab.wcf/package.xml

Lines changed: 7 additions & 3 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.0</version>
9-
<date>2024-10-28</date>
8+
<version>6.1.1 dev 1</version>
9+
<date>2024-11-20</date>
1010
</packageinformation>
1111

1212
<authorinformation>
@@ -100,7 +100,11 @@ tar cvf com.woltlab.wcf/files_pre_check.tar -C wcfsetup/install/files/ \
100100
</instructions>
101101

102102
<instructions type="update" fromversion="6.1.0">
103-
<!-- https://github.com/WoltLab/WCF/commit/3434ac976c35ac20a16b717b2fe8d457841c6220 -->
103+
<instruction type="acpTemplate">acptemplates_update.tar</instruction>
104+
<instruction type="file">files_update.tar</instruction>
105+
<instruction type="template">templates_update.tar</instruction>
106+
<instruction type="script">acp/update_com.woltlab.wcf_6.1_checkSystemRequirements.php</instruction>
107+
<instruction type="language"/>
104108
<instruction type="fileDelete"/>
105109
</instructions>
106110
</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.0');
82+
\define('WCF_VERSION', '6.1.1 dev 1');
8383

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

0 commit comments

Comments
 (0)