Preparing release 2.1.16 2.1.16
authorAlexander Ebert <ebert@woltlab.com>
Thu, 22 Jun 2017 10:59:58 +0000 (12:59 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 22 Jun 2017 10:59:58 +0000 (12:59 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index d033cdffe37e8a044636a73213178550e5a38a90..d187fe6490bcb8326331f598476b3c5352c71bd0 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.1.15</version> <!-- codename: typhoon -->
-               <date>2017-05-15</date>
+               <version>2.1.16</version> <!-- codename: typhoon -->
+               <date>2017-06-22</date>
        </packageinformation>
        
        <authorinformation>
                <instruction type="script" run="standalone">acp/rebuild_comments_com.woltlab.wcf_2.1.php</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.1.14">
+       <instructions type="update" fromversion="2.1.15">
                <instruction type="file">files_update.tar</instruction>
                <instruction type="template">templates_update.tar</instruction>
                
index d64c5e954a0047418777e6752181a8a4de9da87b..4e0a91e3e27b29c8bb27b3f5e796cccc4c135a0a 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.15 (Typhoon)');
+define('WCF_VERSION', '2.1.16 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());