Updated WCF version number
authorAlexander Ebert <ebert@woltlab.com>
Fri, 28 Feb 2014 02:12:47 +0000 (03:12 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 28 Feb 2014 02:12:47 +0000 (03:12 +0100)
wcfsetup/install/files/lib/system/WCF.class.php

index a56ad9893263aa1c27fb6d6334db8d8d85f58d80..7630b3674c419b7e836ad715245dbe5d9b925688 100644 (file)
@@ -37,7 +37,7 @@ if (!@ini_get('date.timezone')) {
 }
 
 // define current wcf version
-define('WCF_VERSION', '2.0.2 pl 1 (Maelstrom)');
+define('WCF_VERSION', '2.0.3 (Maelstrom)');
 
 // define current unix timestamp
 define('TIME_NOW', time());