Update the version to FusionPBX 3.5. rc 4

This commit is contained in:
Mark Crane
2014-07-23 22:07:28 +00:00
parent 1613d19c3b
commit da5662b1f6

View File

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