Browse Source

Update the version to FusionPBX 3.2.

Mark Crane 12 years ago
parent
commit
bacafbb5b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      includes/lib_functions.php

+ 1 - 1
includes/lib_functions.php

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