diff --git a/ChangeLog b/ChangeLog index af91d4c..f4cefc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Mar-31-2017: + 3.41: - print Open vSwitch datapath performance counters Mar-08-2017: 3.40: - print OpenFlow port structure Oct-18-2016: diff --git a/configure.ac b/configure.ac index 82741be..add2f56 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ(2.57) AC_INIT(src/sflowtool.c) PACKAGE=sflowtool -VERSION=3.40 +VERSION=3.41 AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR([src/sflow.h])