From b3b4be3b0a1edd36e30c91316cfed6a961419fd7 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 19 May 2013 00:23:21 +0200 Subject: [PATCH] Fixed version number --- wcfsetup/install/files/lib/system/WCF.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 79b8bf7c84..f3c94d1c1e 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -29,7 +29,7 @@ use wcf\util\StringUtil; @set_time_limit(0); // define current wcf version -define('WCF_VERSION', '2.0.0 Alpha 1 (Maelstrom)'); +define('WCF_VERSION', '2.0.0 Beta 1 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1