From 44f62242f24fa210834b925dca78e0dd23b1a994 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 3 Mar 2015 13:39:46 +0100 Subject: [PATCH] Preparing internal release 2.1.1 --- com.woltlab.wcf/package.xml | 11 +++-------- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 77f8ab8495..dc2a6de1a1 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.0 - 2015-03-01 + 2.1.1 + 2015-03-03 @@ -136,15 +136,10 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + files_update.tar templates_update.tar language/*.xml - - bbcode.xml - coreObject.xml - option.xml - userGroupOption.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 53b448b22f..2237973399 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.0 (Typhoon)'); +define('WCF_VERSION', '2.1.1 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1