Preparing release 2.1.17 2.1.17
authorAlexander Ebert <ebert@woltlab.com>
Fri, 4 Aug 2017 12:11:17 +0000 (14:11 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 4 Aug 2017 12:11:17 +0000 (14:11 +0200)
com.woltlab.wcf/package.xml
wcfsetup/install/files/lib/system/WCF.class.php

index d187fe6490bcb8326331f598476b3c5352c71bd0..24359f56b51d5b3d8af284fd12d11f40d2509eac 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.16</version> <!-- codename: typhoon -->
-               <date>2017-06-22</date>
+               <version>2.1.17</version> <!-- codename: typhoon -->
+               <date>2017-08-04</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.15">
+       <instructions type="update" fromversion="2.1.16">
                <instruction type="file">files_update.tar</instruction>
-               <instruction type="template">templates_update.tar</instruction>
                
                <instruction type="language">language/*.xml</instruction>
        </instructions>
index 8b9100459db75a61cc64ba84c39fbdc409212774..4463ba7a3f720de8f20230e3f1c4ffdccad98144 100644 (file)
@@ -38,7 +38,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.1.16 (Typhoon)');
+define('WCF_VERSION', '2.1.17 (Typhoon)');
 
 // define current unix timestamp
 define('TIME_NOW', time());