From 376a91e5122f24ec28ac3a82f2d1ae7f494265a1 Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Wed, 11 Jan 2012 13:09:00 +0000 Subject: [PATCH] SYSTEM_VER 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 891fa08..0915908 100755 --- a/fp-includes/core/core.system.php +++ b/fp-includes/core/core.system.php @@ -73,7 +73,7 @@ - define('SYSTEM_VER', '0.1010.2'); + define('SYSTEM_VER', '1.0'); function system_ver() { return 'fp-' . SYSTEM_VER; }