Skip to content

Commit

Permalink
Release 6.0.7 dev 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdesign committed Jan 26, 2024
1 parent ea7c3b5 commit f617503
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions com.woltlab.wcf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<packagedescription>Free CMS and web-framework, designed for awesome websites and communities.</packagedescription>
<packagedescription language="de">Freies CMS und Web-Framework, das eindrucksvolle Websites und Communities ermöglicht.</packagedescription>
<isapplication>1</isapplication>
<version>6.0.7 dev 1</version>
<date>2024-01-25</date>
<version>6.0.7 dev 2</version>
<date>2024-01-26</date>
</packageinformation>

<authorinformation>
Expand Down Expand Up @@ -50,12 +50,7 @@
<instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
</instructions>

<instructions type="update" fromversion="6.0.6">
<instruction type="acpTemplate">acptemplates_update.tar</instruction>
<instructions type="update" fromversion="6.0.7 dev 1">
<instruction type="file">files_update.tar</instruction>
<instruction type="template">templates_update.tar</instruction>
<instruction type="language"/>
<instruction type="userOption"/>
<instruction type="bbcode"/>
</instructions>
</package>
2 changes: 1 addition & 1 deletion wcfsetup/install/files/lib/system/WCF.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
\mb_language('uni');

// define current woltlab suite version
\define('WCF_VERSION', '6.0.7 dev 1');
\define('WCF_VERSION', '6.0.7 dev 2');

// define current unix timestamp
\define('TIME_NOW', \time());
Expand Down

0 comments on commit f617503

Please sign in to comment.