From d4ad93a661c158df52a53b17fcaad8a963545033 Mon Sep 17 00:00:00 2001 From: Edoardo Vacchi Date: Fri, 12 Jun 2015 09:31:03 +0200 Subject: [PATCH] Version bump --- fp-includes/core/core.system.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp-includes/core/core.system.php b/fp-includes/core/core.system.php index d4882e2..40e367f 100755 --- a/fp-includes/core/core.system.php +++ b/fp-includes/core/core.system.php @@ -73,7 +73,7 @@ - define('SYSTEM_VER', '1.0.2'); + define('SYSTEM_VER', '1.0.3'); function system_ver() { return 'fp-' . SYSTEM_VER; }