Version number bumps for iperf-3.5.  Also fix a typo in release notes.
Towards #707.
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index c69d878..7cd90cc 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,4 +1,4 @@
-== iperf 3.5 2018-03-?? ==
+== iperf 3.5 2018-03-02 ==
 
 * Notable user-visible changes
 
@@ -7,7 +7,7 @@
     conditions, artificially inflate the transfer size and measured
     bitrate.  This bug was most noticeable on reverse direction
     transfers on short tests over high-latency or buffer-bloated
-    paths.  Many thanks to @FuzzyLogic for providing access to a test
+    paths.  Many thanks to @FuzzyStatic for providing access to a test
     environment for diagnosing this issue (#692).
 
 * Notable developer-visible changes
diff --git a/configure.ac b/configure.ac
index ce48317..10ac5b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
 # file for complete information.
 
 # Initialize the autoconf system for the specified tool, version and mailing list
-AC_INIT(iperf, 3.4+, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/)
+AC_INIT(iperf, 3.5, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/)
 m4_include([config/ax_check_openssl.m4])
 AC_LANG(C)
 
diff --git a/src/iperf3.1 b/src/iperf3.1
index 176fa2c..639d5a4 100644
--- a/src/iperf3.1
+++ b/src/iperf3.1
@@ -1,4 +1,4 @@
-.TH IPERF3 1 "February 2018" ESnet "User Manuals"
+.TH IPERF3 1 "March 2018" ESnet "User Manuals"
 .SH NAME
 iperf3 \- perform network throughput tests
 .SH SYNOPSIS