From 1acedaf149a8cc1f7e9cd083057f9bedfb56ee0a Mon Sep 17 00:00:00 2001 From: azett Date: Tue, 11 Oct 2022 14:36:23 +0200 Subject: [PATCH] fixed branch name to "master" --- 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 51c20f8..55986cb 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 [smartyupdate]'); +define('SYSTEM_VER', '1.3.dev [master]'); function system_ver() { return 'fp-' . SYSTEM_VER;