From d9f591e7c86ad5a2776da2be31fa6b82ca14f0d7 Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sat, 11 Jan 2014 20:58:52 +0100 Subject: [PATCH] [UPDATE] MPOS version due to major change --- public/include/version.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/version.inc.php b/public/include/version.inc.php index 157f229b..e1da501b 100644 --- a/public/include/version.inc.php +++ b/public/include/version.inc.php @@ -3,7 +3,7 @@ // Make sure we are called from index.php if (!defined('SECURITY')) die('Hacking attempt'); -define('MPOS_VERSION', '0.0.1'); +define('MPOS_VERSION', '0.0.2'); define('DB_VERSION', '0.0.3'); define('CONFIG_VERSION', '0.0.4');