[VERSION] MPOS 1.0.3

This commit is contained in:
Sebastian Grewe 2015-04-29 22:30:21 +02:00
parent d1e6783075
commit ff908be3a7

View File

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