From c2f84add53d0819f349b31de74b2238f6e083817 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sat, 10 May 2008 16:53:18 +0000 Subject: [PATCH] setting 0.804 version --- 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 62c49e8..1791dbc 100755 --- a/fp-includes/core/core.system.php +++ b/fp-includes/core/core.system.php @@ -73,7 +73,7 @@ - define('SYSTEM_VER', '0.803'); + define('SYSTEM_VER', '0.804'); function system_ver() { return 'fp-' . SYSTEM_VER; }