From: Alexander Ebert Date: Thu, 6 Apr 2017 11:44:58 +0000 (+0200) Subject: Preparing release 2.0.15 pl 1 X-Git-Tag: 2.0.15_pl_1^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a6ae663066ca8fcffc5ae98ea061839eaf25c0ac;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.0.15 pl 1 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 94b5181ea4..3fa1bdcc8c 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.0.15 - 2017-02-28 + 2.0.15 pl 1 + 2017-04-06 @@ -43,7 +43,7 @@ acp/post_install.php - + files_update.tar diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index a95fc364d1..d355c664e8 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -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());