Release the official version of FusionPBX 3.8.

This commit is contained in:
Mark Crane 2015-05-05 08:20:49 +00:00
parent 736e4591f0
commit 9f98aea211
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.8 RC 1';
return '3.8';
}
}