system.class.php (fogproject-1.5.8) | : | system.class.php (fogproject-1.5.9) | ||
---|---|---|---|---|
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.8'); | define('FOG_VERSION', '1.5.9'); | |||
define('FOG_SCHEMA', 268); | define('FOG_SCHEMA', 270); | |||
define('FOG_BCACHE_VER', 134); | define('FOG_BCACHE_VER', 135); | |||
define('FOG_CLIENT_VERSION', '0.11.19'); | define('FOG_CLIENT_VERSION', '0.12.0'); | |||
} | } | |||
} | } | |||
End of changes. 1 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |