diff --git a/app/contacts/contact_edit.php b/app/contacts/contact_edit.php
index c4a9ceb4e1..655d823639 100644
--- a/app/contacts/contact_edit.php
+++ b/app/contacts/contact_edit.php
@@ -208,6 +208,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
//show the content
echo "
";
//include the footer
diff --git a/resources/functions.php b/resources/functions.php
index 3221aa0425..9d1c9f7f58 100644
--- a/resources/functions.php
+++ b/resources/functions.php
@@ -26,7 +26,7 @@
if (!function_exists('software_version')) {
function software_version() {
- return '3.5 rc 2';
+ return '3.5 rc 3';
}
}