Updated WCF version 2.0.0_RC_5
authorAlexander Ebert <ebert@woltlab.com>
Fri, 6 Dec 2013 16:54:40 +0000 (17:54 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 6 Dec 2013 16:54:40 +0000 (17:54 +0100)
wcfsetup/install/files/lib/system/WCF.class.php

index dd5aab433f22b05fa58199613a23c0acd87e8664..22227f3ae5664a58000992e3552cd9d867bc85f2 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.0 RC 4 (Maelstrom)');
+define('WCF_VERSION', '2.0.0 RC 5 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());