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.';

This commit is contained in:
Mark Crane
2014-07-25 04:34:02 +00:00
parent c2c766d284
commit 29e98687ba

View File

@@ -26,7 +26,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '3.5 rc 4';
return '3.6.0-rc1';
}
}