From: Alexander Ebert Date: Tue, 3 Mar 2015 12:39:46 +0000 (+0100) Subject: Preparing internal release 2.1.1 X-Git-Tag: 2.1.1~8 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=44f62242f24fa210834b925dca78e0dd23b1a994;p=GitHub%2FWoltLab%2FWCF.git Preparing internal release 2.1.1 --- 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());