From 870245634fd0f5abdb361583cd52a1a851fa6fcc Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 24 Sep 2016 20:06:32 +0200 Subject: [PATCH] Updated 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 9ed07d132c..fb1f512dbb 100644 --- a/wcfsetup/install/files/lib/system/WCF.class.php +++ b/wcfsetup/install/files/lib/system/WCF.class.php @@ -47,7 +47,7 @@ if (!@ini_get('date.timezone')) { } // define current woltlab suite version -define('WCF_VERSION', '3.0.0 Alpha 1'); +define('WCF_VERSION', '3.0.0 Beta 1'); // define current unix timestamp define('TIME_NOW', time()); -- 2.20.1