system.class.php (fogproject-1.5.6) | : | system.class.php (fogproject-1.5.7) | ||
---|---|---|---|---|
skipping to change at line 56 | skipping to change at line 56 | |||
if ($msg) { | if ($msg) { | |||
die($msg); | die($msg); | |||
} | } | |||
} | } | |||
/** | /** | |||
* Constructs the system variables. | * Constructs the system variables. | |||
*/ | */ | |||
public function __construct() | public function __construct() | |||
{ | { | |||
self::_versionCompare(); | self::_versionCompare(); | |||
define('FOG_VERSION', '1.5.6'); | define('FOG_VERSION', '1.5.7'); | |||
define('FOG_SCHEMA', 265); | define('FOG_SCHEMA', 267); | |||
define('FOG_BCACHE_VER', 133); | define('FOG_BCACHE_VER', 133); | |||
define('FOG_SVN_REVISION', 6080); | define('FOG_SVN_REVISION', 6080); | |||
define('FOG_CLIENT_VERSION', '0.11.16'); | define('FOG_CLIENT_VERSION', '0.11.16'); | |||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |