Change the version to FusionPBX 3.3.

This commit is contained in:
Mark Crane 2013-05-02 03:27:02 +00:00
parent a68c66cb5b
commit 75ee47d7b9
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.2';
return '3.3';
}
}