From 084fd83ca63c4b250d72d7fe08cfdd33c77487d5 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Sun, 3 Apr 2011 17:22:38 +0000 Subject: [PATCH] ver string 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 a6e53ba..376c198 100755 --- a/fp-includes/core/core.system.php +++ b/fp-includes/core/core.system.php @@ -73,7 +73,7 @@ - define('SYSTEM_VER', '0.1010'); + define('SYSTEM_VER', '0.1010.1'); function system_ver() { return 'fp-' . SYSTEM_VER; }