Fix the save button on the contact page

This commit is contained in:
Mark Crane
2014-07-20 00:18:07 +00:00
parent 921628078a
commit a5193b3de2
2 changed files with 3 additions and 3 deletions

View File

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