From e86dfec0225d88f4305560c0e9c29607ea01c6a5 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 30 Aug 2015 16:00:55 +0200 Subject: [PATCH] Preparing release 2.0.13 --- com.woltlab.wcf/package.xml | 23 ++++++++++++++----- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 2727796cec..fdf31d960a 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.0.12 pl 1 - 2015-04-01 + 2.0.13 + 2015-08-30 @@ -43,8 +43,19 @@ acp/post_install.php - - files_update.tar - templates_update.tar - + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + language/*.xml + + + acptemplates_update.tar + files_update.tar + templates_update.tar + + language/*.xml + diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 7e8fe4af03..e423c5c355 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.12 pl 1 (Maelstrom)'); +define('WCF_VERSION', '2.0.13 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1