Update the version to 3.6.0-rc4

This commit is contained in:
Mark Crane 2014-08-15 18:58:52 +00:00
parent 7d366185c7
commit 58b049f0f8
1 changed files with 1 additions and 1 deletions

View File

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