From c5c3d86ca8c321692442092134588cf63c7ad16b Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Thu, 24 Apr 2014 10:19:13 -0700 Subject: [PATCH] Make iperf built from master have a distinct version number string. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 421f650..f997117 100644 --- a/configure.ac +++ b/configure.ac @@ -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.