浏览代码

Update the version from 3.7.1 to 3.8 Release Candidate 1. We have tested it heavily so anticipate it will be a short RC version.

Mark Crane 10 年之前
父节点
当前提交
78f0655080
共有 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.7.1';
+			return '3.8 RC 1';
 		}
 	}