Preparing release 2.0.15 pl 1 2.0.15_pl_1
authorAlexander Ebert <ebert@woltlab.com>
Thu, 6 Apr 2017 11:44:58 +0000 (13:44 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 6 Apr 2017 11:44:58 +0000 (13:44 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index 94b5181ea4243ffcc84fe834019bbd9c580456cb..3fa1bdcc8c72364c06b4366118dfa110125a7c8d 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.15</version> <!-- codename: maelstrom -->
-               <date>2017-02-28</date>
+               <version>2.0.15 pl 1</version> <!-- codename: maelstrom -->
+               <date>2017-04-06</date>
        </packageinformation>
        
        <authorinformation>
@@ -43,7 +43,7 @@
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.0.14">
+       <instructions type="update" fromversion="2.0.15">
                <instruction type="file">files_update.tar</instruction>
        </instructions>
 </package>
index a95fc364d177a5dbb3bbcb65ea25f1c53bcc05eb..d355c664e8205f717b636a317cc5e3f8e7b0021e 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.15 (Maelstrom)');
+define('WCF_VERSION', '2.0.15 pl 1 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());