aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2018-02-28 13:21:59 -0800
committerBruce A. Mah <bmah@es.net>2018-02-28 13:21:59 -0800
commit6731b2152af553ae08719bdc2c92028490468686 (patch)
tree095fdd1f255ef7a83e3af77c192c5126f762a941 /configure.ac
parent0f7280fb41b74f5990a3ab67378db709fa26b4be (diff)
downloadiperf3-6731b2152af553ae08719bdc2c92028490468686.tar.gz
Version number bumps for iperf-3.5. Also fix a typo in release notes.
Towards #707.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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)