Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
fd92dd0ba6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      resources/functions.php

+ 1 - 1
resources/functions.php

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