Updated WCF version
authorAlexander Ebert <ebert@woltlab.com>
Fri, 31 May 2013 18:46:04 +0000 (20:46 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 31 May 2013 18:46:04 +0000 (20:46 +0200)
wcfsetup/install/files/lib/system/WCF.class.php

index 16e7f0dafbd67b8624bff71fb869a20d60293a28..0d403c5a595f66853b82c383d16d10ce492e7ed7 100644 (file)
@@ -34,7 +34,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.0 Beta 1 (Maelstrom)');
+define('WCF_VERSION', '2.0.0 Beta 2 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());