aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2018-06-25 16:04:29 -0700
committerBruce A. Mah <bmah@es.net>2018-06-25 16:04:29 -0700
commit01e6569d26be274b5675486b47e2f3cd0e9d1929 (patch)
tree4482da3ba1b0748c8039989c061173388867f23a
parent13255caddfa94cd04b6b02d059a5794ed6883b81 (diff)
downloadiperf3-01e6569d26be274b5675486b47e2f3cd0e9d1929.tar.gz
Version number bump for post 3.6 releases.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b13a790..d928730 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.6, https://github.com/esnet/iperf, iperf, https://software.es.net/iperf/)
+AC_INIT(iperf, 3.6+, https://github.com/esnet/iperf, iperf, https://software.es.net/iperf/)
m4_include([config/ax_check_openssl.m4])
AC_LANG(C)