From 6d6175598857454dccc3ea3e461ce9cd6d0becfd Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 19 Jun 2013 00:57:05 +0200 Subject: [PATCH] Preparing update 2.0.0 Beta 4 --- com.woltlab.wcf/package.xml | 24 ++++++++----------- .../install/files/lib/system/WCF.class.php | 2 +- 2 files changed, 11 insertions(+), 15 deletions(-) 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()); -- 2.20.1