From 06ff8553fd9d51476239d2ecf27fd9769132df49 Mon Sep 17 00:00:00 2001 From: azett Date: Sun, 7 Apr 2024 12:05:54 +0200 Subject: [PATCH] Version bump: Final release of 1.3 "Andante" \o/ --- 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 506eaa7..edc1212 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 RC1'); +define('SYSTEM_VER', '1.3'); function system_ver() { return 'fp-' . SYSTEM_VER;