FusionPBX Official version 4.0 released.

This commit is contained in:
markjcrane 2015-08-16 02:03:09 -06:00
parent 2e6f90fb80
commit 4aabbab6d0
1 changed files with 1 additions and 1 deletions

View File

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