From 21b75b3538dfcbe63d029217f848f13868ddd597 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 10 Jun 2014 03:56:22 +0000 Subject: [PATCH] Change the version to release candidate 2 anticipated that the full release will be in another day or two. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 03e0b5a44d..9a028c405b 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.5 rc 1'; + return '3.5 rc 2'; } }