From 1affd0f15e1833bc9c01cb1c9c859b71f978e8ad Mon Sep 17 00:00:00 2001 From: Fred Klassen Date: Sat, 1 May 2021 17:11:33 -0700 Subject: [PATCH] version 4.3.4 --- configure.ac | 2 +- docs/CHANGELOG | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4071ce94..f0040a60 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl $Id$ AC_PREREQ([2.69]) dnl Set version info here! -AC_INIT([tcpreplay],[4.3.4-rc1],[https://github.com/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/]) +AC_INIT([tcpreplay],[4.3.4],[https://github.com/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/]) AC_CONFIG_SRCDIR([src/tcpreplay.c]) AC_CONFIG_HEADERS([src/config.h]) AC_CONFIG_AUX_DIR(config) diff --git a/docs/CHANGELOG b/docs/CHANGELOG index d4b1df78..dc7dbc64 100644 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -1,4 +1,4 @@ -04/01/2021 Version 4.3.4 Beta2 +04/01/2021 Version 4.3.4 - ASAN reports memory leaks while running tests (#662) - local libopts compiler warnings (#658) - DLT name for DLT_C_JNPR_ETHER in documentation (#649)