Set version number to 6.1.0 dev 1
authorMarcel Werk <burntime@woltlab.com>
Fri, 19 Apr 2024 15:23:02 +0000 (17:23 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 19 Apr 2024 15:23:02 +0000 (17:23 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index a7da6fd21c00e649f80227d42585d6073130fdd6..f216a753cbaa204ca3db47261e583dbcc097acf4 100644 (file)
@@ -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.10</version>
-               <date>2024-02-22</date>
+               <version>6.1.0 dev 1</version>
+               <date>2024-04-19</date>
        </packageinformation>
 
        <authorinformation>
@@ -49,8 +49,4 @@
 
                <instruction type="script">acp/install_com.woltlab.wcf_step2.php</instruction>
        </instructions>
-
-       <instructions type="update" fromversion="6.0.9">
-               <instruction type="file">files_update.tar</instruction>
-       </instructions>
 </package>
index 80af560696a1bd8561b635592df6f2f136bb4857..f26820f727bb960844d05e20ae19ea429a3cff63 100644 (file)
@@ -79,7 +79,7 @@ if (\function_exists('mb_regex_encoding')) {
 \mb_language('uni');
 
 // define current woltlab suite version
-\define('WCF_VERSION', '6.0.10');
+\define('WCF_VERSION', '6.1.0 dev 1');
 
 // define current unix timestamp
 \define('TIME_NOW', \time());