diff --git a/fp-includes/core/core.system.php b/fp-includes/core/core.system.php index 55986cb..51c20f8 100755 --- a/fp-includes/core/core.system.php +++ b/fp-includes/core/core.system.php @@ -68,7 +68,7 @@ function system_hashsalt_save($force = false) { return true; } -define('SYSTEM_VER', '1.3.dev [master]'); +define('SYSTEM_VER', '1.3.dev [smartyupdate]'); function system_ver() { return 'fp-' . SYSTEM_VER;