Skip to content

Commit 0518055

Browse files
committed
Version number bumps for iperf-3.16.
1 parent 97c2e40 commit 0518055

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

RELNOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
iperf3 Release Notes
22
====================
33

4-
iperf-3.16-beta1 2023-11-15
5-
---------------------------
4+
iperf-3.16 2023-11-30
5+
---------------------
66

77
* Notable user-visible changes
88

@@ -13,7 +13,7 @@ iperf-3.16-beta1 2023-11-15
1313

1414
* OpenSSL 3 is now detected at build time. If OpenSSL 3 is found,
1515
various older, deprecated, APIs will not be used. iperf3 will
16-
continue to work with OpenSSL 1.1.1. OpenSSL is used for as a part
16+
continue to work with OpenSSL 1.1.1. OpenSSL is used as a part
1717
of the iperf3 authentication functionality (Issue #1300, PR
1818
#1589).
1919

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
# Initialize the autoconf system for the specified tool, version and mailing list
2727
AC_PREREQ([2.71])
28-
AC_INIT([iperf],[3.16-beta1],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
28+
AC_INIT([iperf],[3.16],[https://github.com/esnet/iperf],[iperf],[https://software.es.net/iperf/])
2929
m4_include([config/ax_check_openssl.m4])
3030
m4_include([config/ax_pthread.m4])
3131
m4_include([config/iperf_config_static_bin.m4])

0 commit comments

Comments
 (0)