[VERSION] MPOS 1.0.4

Version increment for future release.
This commit is contained in:
Sebastian Grewe 2015-06-08 11:41:23 +02:00
parent ff908be3a7
commit b62b6b7611

View File

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