From 0541fa23dfa4061a8486de0e627ae629384c91f5 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sat, 10 Oct 2009 13:52:56 +0000 Subject: [PATCH] --- 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 a07a60e..aeb08af 100755 --- a/fp-includes/core/core.system.php +++ b/fp-includes/core/core.system.php @@ -73,7 +73,7 @@ - define('SYSTEM_VER', '0.907'); + define('SYSTEM_VER', '0.909'); function system_ver() { return 'fp-' . SYSTEM_VER; }