Reset version number
authorAlexander Ebert <ebert@woltlab.com>
Mon, 15 Aug 2016 07:41:44 +0000 (09:41 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 15 Aug 2016 07:41:44 +0000 (09:41 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 20e49fdc159901eb8988d7bafe9d1333195d06e2..34e3058e0c4bb395889ae18ce100408fa1c8d927 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>3.0.0 Alpha 2</version> <!-- codename: vortex -->
-               <date>2016-06-14</date>
+               <version>3.0.0 Alpha 1</version> <!-- codename: vortex -->
+               <date>2016-08-15</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.2.0 Alpha 1">
-               <instruction type="page" />
-               <instruction type="menuItem" />
-       </instructions>
-       
        <!-- TODO for updates: remember update_com.woltlab.wcf_3.0.0.php -->
 </package>
index 843ba33c5ae8966747e03d3497d1b2dbf0011643..7924690a01014da81ba62da43a6082491be19ed3 100644 (file)
@@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current woltlab suite version
-define('WCF_VERSION', '3.0.0 Alpha 2');
+define('WCF_VERSION', '3.0.0 Alpha 1');
 
 // define current unix timestamp
 define('TIME_NOW', time());