Updated version
authorAlexander Ebert <ebert@woltlab.com>
Thu, 18 Jul 2013 13:14:35 +0000 (15:14 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 18 Jul 2013 13:14:35 +0000 (15:14 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index 7fd40406e680e920fc0f39c20a532e7942d3e1cb..f1da01100239fd4003898265e6048e1e0a76b5af 100644 (file)
@@ -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());