From 0518055f7b9e31e73cb890876c123da856b16734 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Wed, 29 Nov 2023 11:45:57 -0800 Subject: [PATCH] Version number bumps for iperf-3.16. --- RELNOTES.md | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELNOTES.md b/RELNOTES.md index 8a407fe71..79743a3f3 100644 --- a/RELNOTES.md +++ b/RELNOTES.md @@ -1,8 +1,8 @@ iperf3 Release Notes ==================== -iperf-3.16-beta1 2023-11-15 ---------------------------- +iperf-3.16 2023-11-30 +--------------------- * Notable user-visible changes @@ -13,7 +13,7 @@ iperf-3.16-beta1 2023-11-15 * OpenSSL 3 is now detected at build time. If OpenSSL 3 is found, various older, deprecated, APIs will not be used. iperf3 will - continue to work with OpenSSL 1.1.1. OpenSSL is used for as a part + continue to work with OpenSSL 1.1.1. OpenSSL is used as a part of the iperf3 authentication functionality (Issue #1300, PR #1589). diff --git a/configure.ac b/configure.ac index 43eae666a..2594b395e 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # Initialize the autoconf system for the specified tool, version and mailing list AC_PREREQ([2.71]) -AC_INIT([iperf],[3.16-beta1],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/]) +AC_INIT([iperf],[3.16],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/]) m4_include([config/ax_check_openssl.m4]) m4_include([config/ax_pthread.m4]) m4_include([config/iperf_config_static_bin.m4])