From: Alexander Ebert Date: Mon, 26 Jan 2015 10:29:18 +0000 (+0100) Subject: Preparing small patch level update X-Git-Tag: 2.0.10_pl_1~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1665ebda90486b130128ae1fb756a6198eb81971;p=GitHub%2FWoltLab%2FWCF.git Preparing small patch level update --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index e872dc13cf..eef6d579c6 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.0.10 - 2015-01-15 + 2.0.10 pl 1 + 2015-01-26 @@ -43,23 +43,7 @@ acp/post_install.php - - acptemplates_update.tar + files_update.tar - templates_update.tar - - language/*.xml - - bbcode.xml - - - - acptemplates_update.tar - files_update.tar - templates_update.tar - - language/*.xml - - bbcode.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index aafaf3c90f..e63310d3f0 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) { } // define current wcf version -define('WCF_VERSION', '2.0.10 (Maelstrom)'); +define('WCF_VERSION', '2.0.10 pl 1 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time());