aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2018-03-02 15:16:30 -0800
committerBruce A. Mah <bmah@es.net>2018-03-02 15:16:30 -0800
commit52bd0f223a4a1026e50df4b1c60c478267998b07 (patch)
treea8b6d077e13757b9f6e7f3255ff51f130432f222 /configure.ac
parenta3bfd9e45a38ea63cf0706c71751f40de9da818e (diff)
downloadiperf3-52bd0f223a4a1026e50df4b1c60c478267998b07.tar.gz
Frob version number for post-3.5-release.
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 10ac5b7..800b6a6 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.5, 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)