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 2234863087
commit 202645e1d8
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.4';
return '3.5 rc 1';
}
}