Update the version to 3.6.0-rc2

This commit is contained in:
Mark Crane
2014-08-03 15:48:22 +00:00
parent a607e767b3
commit a07f94a3af

View File

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