From 29e98687ba620791763effe74797bbfb5c8e18ee Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 25 Jul 2014 04:34:02 +0000 Subject: [PATCH] Changing the release version to align with FreeSWITCH's 3 digit release. 3.5 is dev branch 3.6 will be the release version number.'; --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index af7cd482da..0c43a10d16 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 4'; + return '3.6.0-rc1'; } }