From 40eae341630c037fabe0caf26a5adca590717f78 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 23 Jul 2014 22:07:28 +0000 Subject: [PATCH] Update the version to FusionPBX 3.5. rc 4 --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 9d1c9f7f58..af7cd482da 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.5 rc 3'; + return '3.5 rc 4'; } }