Version number bump for post-3.10.1.

This commit is contained in:
Bruce A. Mah 2021-07-09 06:54:29 -07:00
parent 26fd923448
commit d83ffa3370
No known key found for this signature in database
GPG Key ID: 4984910A8CAAEE8A

View File

@ -25,7 +25,7 @@
# Initialize the autoconf system for the specified tool, version and mailing list
AC_PREREQ([2.71])
AC_INIT([iperf],[3.10.1],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
AC_INIT([iperf],[3.10.1+],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
m4_include([config/ax_check_openssl.m4])
m4_include([config/iperf_config_static_bin.m4])
AC_LANG(C)