FusionPBX Official version 4.0 released.

This commit is contained in:
markjcrane
2015-08-16 02:03:09 -06:00
parent ee40ff8d4c
commit b3a29bbe2f

View File

@@ -27,7 +27,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '3.9.0';
return '4.0';
}
}