From d4b9f3afeea328fe19e9e57c49e50480fd7ed973 Mon Sep 17 00:00:00 2001 From: azett Date: Tue, 28 Jun 2022 20:56:20 +0200 Subject: [PATCH] changed branch in version info to "smartyupdate" --- 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 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;