Set the dev branch version to 3.5 release candidate 1.

This commit is contained in:
Mark Crane
2014-02-11 01:53:46 +00:00
parent 50d4731df6
commit 0d35f10582

View File

@@ -26,7 +26,7 @@
if (!function_exists('software_version')) {
function software_version() {
return '3.4';
return '3.5 rc 1';
}
}