aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce A. Mah <bmah@es.net>2017-10-30 14:00:14 -0700
committerBruce A. Mah <bmah@es.net>2017-10-30 14:00:14 -0700
commitc5fbafaf211dbe0ae83722895554ef64a5e41363 (patch)
tree8ec8b65dc1287a4e1795212880058ef0990ef5b1
parent673201dc977ad1a2a7971533c762c8db09713ad7 (diff)
downloadiperf3-c5fbafaf211dbe0ae83722895554ef64a5e41363.tar.gz
Bump version numbers for iperf-3.3.
-rw-r--r--RELEASE_NOTES2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 473cc8f..81d19e6 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,4 +1,4 @@
-== iperf 3.3 2017-10-?? ==
+== iperf 3.3 2017-10-31 ==
* Notable user-visible changes
diff --git a/configure.ac b/configure.ac
index 54e0e66..f57e83f 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-CURRENT, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/)
+AC_INIT(iperf, 3.3, https://github.com/esnet/iperf, iperf, http://software.es.net/iperf/)
m4_include([config/ax_check_openssl.m4])
AC_LANG(C)