Make iperf built from master have a distinct version number string.

This commit is contained in:
Bruce A. Mah 2014-04-24 10:19:13 -07:00
parent cbacc1d670
commit c5c3d86ca8

View File

@ -1,5 +1,5 @@
# Initialize the autoconf system for the specified tool, version and mailing list
AC_INIT(iperf, 3.0.1, https://github.com/esnet/iperf)
AC_INIT(iperf, 3-CURRENT, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/)
# Specify where the auxiliary files created by configure should go. The config
# directory is picked so that they don't clutter up more useful directories.