소스 검색

Changing the release version to align with FreeSWITCH's 3 digit release. 3.5 is dev branch 3.6 will be the release version number.';

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

+ 1 - 1
resources/functions.php

@@ -26,7 +26,7 @@
 
 	if (!function_exists('software_version')) {
 		function software_version() {
-			return '3.5 rc 4';
+			return '3.6.0-rc1';
 		}
 	}