From: Alexander Ebert Date: Sat, 28 Mar 2015 01:02:12 +0000 (+0100) Subject: Preparing release 2.1.2 pl 1 X-Git-Tag: 2.1.2_pl_1^0 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=31fce7d4b7a1caec879885b8ba05655a0f581cc0;p=GitHub%2FWoltLab%2FWCF.git Preparing release 2.1.2 pl 1 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 9678af5fc3..c52ac2c287 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,7 +5,7 @@ 1 - 2.1.2 + 2.1.2 pl 1 2015-03-28 @@ -89,14 +89,7 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - - acptemplates_update.tar + files_update.tar - templates_update.tar - - language/*.xml - option.xml - - update_212.sql diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 984b90b79a..c1f9368050 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.1.2 (Typhoon)'); +define('WCF_VERSION', '2.1.2 pl 1 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time());