From 619b4e94561b77ffd2165c3131c745f86a76cafd Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Mon, 26 Jun 2017 10:37:57 -0700 Subject: [PATCH] Version bumps, etc. for iperf 3.2. --- RELEASE_NOTES | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index c36433d..8aeb431 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -1,4 +1,4 @@ -== iperf 3.2 2017-06-XX == +== iperf 3.2 2017-06-26 == * User-visible changes diff --git a/configure.ac b/configure.ac index 8008a38..b988322 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.2rc1, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/) +AC_INIT(iperf, 3.2, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/) m4_include([config/ax_check_openssl.m4]) AC_LANG(C)