Update to Version 1.0.5 for MPOS core

This commit is contained in:
Sebastian Grewe 2016-03-11 18:52:23 +01:00
parent 8cb5548f94
commit 21dbe36850

View File

@ -1,7 +1,7 @@
<?php
$defflip = (!cfip()) ? exit(header('HTTP/1.1 401 Unauthorized')) : 1;
define('MPOS_VERSION', '1.0.4');
define('MPOS_VERSION', '1.0.5');
define('DB_VERSION', '1.0.1');
define('CONFIG_VERSION', '1.0.1');
define('HASH_VERSION', 1);