diff --git a/configure.ac b/configure.ac index 0401e6f6..1b537774 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.5.0-beta4],[https://github.com/appneta/tcpreplay/issues],[tcpreplay],[http://tcpreplay.sourceforge.net/]) +AC_INIT([tcpreplay],[4.5.0],[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 41573ee0..6044d95c 100644 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -1,4 +1,4 @@ -07/12/2024 Version 4.5.0-beta4 +07/12/2024 Version 4.5.0 - NULL Pointer Dereference in parse_endpoints (#888) - tcpreplay --include / --exclude to control which packets are replayed (#884) - add -W (--suppress-warnings) option to suppress warning messages (#878)