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 5e0d82c06d
commit 40eae34163
1 changed files with 1 additions and 1 deletions

View File

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