From 0d35f105824bb1a2de69b03c4545208a9c4cf67e Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 11 Feb 2014 01:53:46 +0000 Subject: [PATCH] Set the dev branch version to 3.5 release candidate 1. --- resources/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/functions.php b/resources/functions.php index 66af859771..bfa4a4b447 100644 --- a/resources/functions.php +++ b/resources/functions.php @@ -26,7 +26,7 @@ if (!function_exists('software_version')) { function software_version() { - return '3.4'; + return '3.5 rc 1'; } }