Update the version from 4.0 to 4.0.0.

This commit is contained in:
FusionPBX 2015-08-16 03:06:49 -06:00
parent 4aabbab6d0
commit 793d386a96
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '4.0';
return '4.0.0';
}
}
@ -1328,4 +1328,4 @@ function number_pad($number,$n) {
}
}
?>
?>