Preparing release 2.0.10 pl 2
authorAlexander Ebert <ebert@woltlab.com>
Sat, 31 Jan 2015 10:50:08 +0000 (11:50 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 31 Jan 2015 10:50:08 +0000 (11:50 +0100)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index eef6d579c66b8919be04390bcd9b3ccb7b384a26..304a03fadabe1c5881b7da096b3741d03482043e 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.10 pl 1</version> <!-- codename: maelstrom -->
-               <date>2015-01-26</date>
+               <version>2.0.10 pl 2</version> <!-- codename: maelstrom -->
+               <date>2015-01-31</date>
        </packageinformation>
        
        <authorinformation>
@@ -43,7 +43,7 @@
                <instruction type="script">acp/post_install.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.0.10">
+       <instructions type="update" fromversion="2.0.10 pl 1">
                <instruction type="file">files_update.tar</instruction>
        </instructions>
 </package>
index e63310d3f008f6067ca7ea2f1431146d2cc1ff5e..4f6d0c68911525fec647643013e433e4a3b3f42b 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.10 pl 1 (Maelstrom)');
+define('WCF_VERSION', '2.0.10 pl 2 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());
@@ -52,7 +52,7 @@ if (!defined('NO_IMPORTS')) {
  * It holds the database connection, access to template and language engine.
  * 
  * @author     Marcel Werk
- * @copyright  2001-2014 WoltLab GmbH
+ * @copyright  2001-2015 WoltLab GmbH
  * @license    GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @package    com.woltlab.wcf
  * @subpackage system