From: Alexander Ebert Date: Fri, 13 Feb 2015 16:14:29 +0000 (+0100) Subject: Preparing internal release 2.1.0 RC 1 X-Git-Tag: 2.1.0_RC_1~19 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=5b371a14d7fa42c5a3f823549b53ea98d6499de1;p=GitHub%2FWoltLab%2FWCF.git Preparing internal release 2.1.0 RC 1 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index c3a065e99f..7338797b95 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.1.0 Beta 4 - 2015-02-03 + 2.1.0 RC 1 + 2015-02-13 @@ -89,17 +89,14 @@ acp/rebuild_comments_com.woltlab.wcf_2.1.php - + acptemplates_update.tar files_update.tar templates_update.tar language/*.xml - update_2.1.0_beta_4.sql option.xml - userMenu.xml - - acp/rebuild_comments_com.woltlab.wcf_2.1.php + userGroupOption.xml diff --git a/com.woltlab.wcf/update_2.1.0_beta_4.sql b/com.woltlab.wcf/update_2.1.0_beta_4.sql deleted file mode 100644 index 5fcd77b468..0000000000 --- a/com.woltlab.wcf/update_2.1.0_beta_4.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE wcf1_user_menu_item ADD iconClassName VARCHAR(255) NOT NULL DEFAULT ''; diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index be92dca46e..6bd98e09b0 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 Beta 4 (Typhoon)'); +define('WCF_VERSION', '2.1.0 RC 1 (Typhoon)'); // define current unix timestamp define('TIME_NOW', time()); @@ -53,7 +53,7 @@ if (!defined('NO_IMPORTS')) { * It holds the database connection, access to template and language engine. * * @author Marcel Werk - * @copyright 2001-2014 WoltLab GmbH + * @copyright 2001-2015 WoltLab GmbH * @license GNU Lesser General Public License * @package com.woltlab.wcf * @subpackage system