From: Alexander Ebert Date: Thu, 18 Jul 2013 13:14:35 +0000 (+0200) Subject: Updated version X-Git-Tag: 2.0.0_Beta_5~34^2~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e4f08e079e211c2be27a4e7121087d166032bc1a;p=GitHub%2FWoltLab%2FWCF.git Updated version --- diff --git a/wcfsetup/install/files/lib/system/WCF.class.php b/wcfsetup/install/files/lib/system/WCF.class.php index 7fd40406e6..f1da011002 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 4 (Maelstrom)'); +define('WCF_VERSION', '2.0.0 Beta 5 (Maelstrom)'); // define current unix timestamp define('TIME_NOW', time());