Updated WCF version
authorAlexander Ebert <ebert@woltlab.com>
Wed, 12 Nov 2014 12:00:48 +0000 (13:00 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 12 Nov 2014 12:00:48 +0000 (13:00 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 8192b3c21be86f843675eeda7428ca8ca4fe7cb9..11d06dec60f41c839c6d80a3df208146bf33178a 100644 (file)
@@ -5,7 +5,7 @@
                <packagedescription><![CDATA[Free web-framework, designed and developed for complex community applications.]]></packagedescription>
                <packagedescription language="de"><![CDATA[Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde.]]></packagedescription>
                <isapplication>1</isapplication>
-               <version>2.0.9</version> <!-- codename: maelstrom -->
+               <version>2.0.10</version> <!-- codename: maelstrom -->
                <date>2014-08-29</date>
        </packageinformation>
        
                <instruction type="aclOption">aclOption.xml</instruction>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
-       
-       <instructions type="update" fromversion="2.0.8">
-               <instruction type="acpTemplate">acptemplates_update.tar</instruction>
-               <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
-               <instruction type="language">language/*.xml</instruction>
-       </instructions>
 </package>
index dd47db55aff926138d16aa5e49ae7f9f8e8518bb..1d9a2cd893418b167888eddf6a3bd7c56273fa4a 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.9 (Maelstrom)');
+define('WCF_VERSION', '2.0.10 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());