From 3526897a0c9f23f74d0896cedf7816fd2322a606 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 1 May 2015 13:48:42 +0000 Subject: [PATCH] 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. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index d909917162..53bfeb975b 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -27,7 +27,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.7.1'; + return '3.8 RC 1'; } }