Explorar el Código

Minor version update to 3.1.1 this release includes bug fixes only.

Mark Crane hace 13 años
padre
commit
422d400cfe
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.1';
+			return '3.1.1';
 		}
 	}