Skip to content

Commit

Permalink
update version number for 4.1.0beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Oct 17, 2014
1 parent 90ffa14 commit 37d39de
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3126,7 +3126,7 @@ MAINTAINER_AUTOGEN_VERSION=5.16.2

MAJOR_VERSION=4
MINOR_VERSION=1
MICRO_VERSION=0beta1
MICRO_VERSION=0beta2
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
PACKAGE_URL=http://tcpreplay.appneta.com/

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AC_CONFIG_MACRO_DIR([m4])
dnl Set version info here!
MAJOR_VERSION=4
MINOR_VERSION=1
MICRO_VERSION=0beta1
MICRO_VERSION=0beta2
TCPREPLAY_VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
PACKAGE_URL=http://tcpreplay.appneta.com/

Expand Down
6 changes: 6 additions & 0 deletions docs/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
10/17/2014 Version 4.1.0beta2
- CentOS 6.5 kernel panic on Quick TX init (#146)
- Fix libpcap not found on CentOS 7 (#145)
- Segfault in tcpliveplay on x86_64 (#132)
- Sometimes unable to interrupt with Ctrl-C (#129)

10/08/2014 Version 4.1.0beta1
- Fix cross compiling (#140)
- Add Quick TX module for Linux (#136)
Expand Down

0 comments on commit 37d39de

Please sign in to comment.