소스 검색

Minor version update for the development branch updated to 3.9.0.

Mark Crane 10 년 전
부모
커밋
ee477145ca
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/functions.php

+ 1 - 1
resources/functions.php

@@ -27,7 +27,7 @@
 
 
 	if (!function_exists('software_version')) {
 	if (!function_exists('software_version')) {
 		function software_version() {
 		function software_version() {
-			return '3.8.3';
+			return '3.9.0';
 		}
 		}
 	}
 	}