FusionPBX version 3.1 release.

This commit is contained in:
Mark Crane 2012-08-18 09:58:50 +00:00
parent a223f0c606
commit 56448bbdbf
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '3.0.4';
return '3.1';
}
}