ソースを参照

Release the official version of FusionPBX 3.8.

Mark Crane 10 年 前
コミット
f3e5251f17
1 ファイル変更1 行追加1 行削除
  1. 1 1
      resources/functions.php

+ 1 - 1
resources/functions.php

@@ -27,7 +27,7 @@
 
 	if (!function_exists('software_version')) {
 		function software_version() {
-			return '3.8 RC 1';
+			return '3.8';
 		}
 	}