Release the official version of FusionPBX 3.8.

This commit is contained in:
Mark Crane 2015-05-05 08:20:49 +00:00
parent 35ad4784dd
commit 86af85d039
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
if (!function_exists('software_version')) { if (!function_exists('software_version')) {
function software_version() { function software_version() {
return '3.8 RC 1'; return '3.8';
} }
} }