Selaa lähdekoodia

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

Mark Crane 13 vuotta sitten
vanhempi
commit
422d400cfe
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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';
 		}
 	}