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.

This commit is contained in:
Mark Crane 2015-05-01 13:48:42 +00:00
parent e36dc93986
commit 3526897a0c
1 changed files with 1 additions and 1 deletions

View File

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