Explorar el Código

FusionPBX version 3.1 release.

Mark Crane hace 13 años
padre
commit
b8d08120fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      includes/lib_functions.php

+ 1 - 1
includes/lib_functions.php

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