Preparing internal release 2.0.11 pl 1 2.0.11_pl_1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 26 Feb 2015 13:07:52 +0000 (14:07 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 26 Feb 2015 13:07:52 +0000 (14:07 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index a4c85a2b28a213e80a6c5783efe536c1135aef6d..1ef5873b5163d0ced6e122600f707b23f99a6578 100644 (file)
@@ -5,8 +5,8 @@
                <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.11</version> <!-- codename: maelstrom -->
-               <date>2015-02-21</date>
+               <version>2.0.11 pl 1</version> <!-- codename: maelstrom -->
+               <date>2015-02-26</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <!-- Heads up! Keep all three update-blocks below in sync! -->
-       <instructions type="update" fromversion="2.0.10">
-               <instruction type="file">files_update.tar</instruction>
-       </instructions>
-       
-       <instructions type="update" fromversion="2.0.10 pl 1">
-               <instruction type="file">files_update.tar</instruction>
-       </instructions>
-       
-       <instructions type="update" fromversion="2.0.10 pl 2">
+       <instructions type="update" fromversion="2.0.11">
                <instruction type="file">files_update.tar</instruction>
        </instructions>
 </package>
index 032b57776b42fe34702ae476917f8e3cb44088ed..69cb38facb830d3b9bfd6b0ee509479ecfbc0007 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.11 (Maelstrom)');
+define('WCF_VERSION', '2.0.11 pl 1 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());