From 58b049f0f89fc04d291585537ba8be26135b64a1 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Fri, 15 Aug 2014 18:58:52 +0000 Subject: [PATCH] Update the version to 3.6.0-rc4 --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index b8cb20a616..dfb53d33a7 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.6.0-rc3'; + return '3.6.0-rc4'; } }