Update the version to 3.6 RC3

This commit is contained in:
Mark Crane
2014-08-12 04:48:45 +00:00
parent 3b5a84c3cc
commit 8f0d192cc1

View File

@@ -26,7 +26,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '3.6.0-rc2';
return '3.6.0-rc3';
}
}