From: Alexander Ebert Date: Tue, 18 Jun 2013 22:57:05 +0000 (+0200) Subject: Preparing update 2.0.0 Beta 4 X-Git-Tag: 2.0.0_Beta_4~20^2~2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6d6175598857454dccc3ea3e461ce9cd6d0becfd;p=GitHub%2FWoltLab%2FWCF.git Preparing update 2.0.0 Beta 4 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 351e624269..3aeac6b435 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ 1 - 2.0.0 Beta 3 - 2013-06-04 + 2.0.0 Beta 4 + 2013-06-19 @@ -42,21 +42,17 @@ acp/post_install.php - + files_update.tar - language/*.xml - option.xml - update_b2.sql - update_b3.sql - templates_update.tar - - - acptemplates_update.tar - files_update.tar language/*.xml - option.xml - update_b3.sql templates_update.tar + acp/update_b4.php + + objectTypeDefinition.xml + option.xml + pageMenu.xml + userGroupOption.xml + userOption.xml diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 8cd63a2f36..7fd40406e6 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -35,7 +35,7 @@ if (!@ini_get('date.timezone')) { } // define current wcf version -define('WCF_VERSION', '2.0.0 Beta 2 (Maelstrom)'); +define('WCF_VERSION', '2.0.0 Beta 4 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time());