From a07f94a3af1cc2b2ffd46c0721fa4f1a6579da50 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 3 Aug 2014 15:48:22 +0000 Subject: [PATCH] Update the version to 3.6.0-rc2 --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index b6f6c2950c..0ea7383b51 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-rc1'; + return '3.6.0-rc2'; } }