Update for iperf-3.6.

This commit is contained in:
Bruce A. Mah 2018-06-22 14:20:28 -07:00
parent ef0aa03e9f
commit 2c92e35a05
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
== iperf 3.6 2018-06-?? ==
== iperf 3.6 2018-06-25 ==
* Notable user-visible changes

View File

@ -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, 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)