diff --git a/NEWS b/NEWS index 078f328..dfe7929 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ ipt-netflow NEWS ================ -2.1 (TBA) +2.1 (2014-02-08) * Options Templates support (V9 and IPFIX). Which let to implement: - Flow Sampling (random, deterministic, and hash modes) for all types diff --git a/ipt_NETFLOW.c b/ipt_NETFLOW.c index 90b34e5..f6bd7a8 100644 --- a/ipt_NETFLOW.c +++ b/ipt_NETFLOW.c @@ -116,7 +116,7 @@ #define ipt_target xt_target #endif -#define IPT_NETFLOW_VERSION "2.0" /* Note that if you are using git, you +#define IPT_NETFLOW_VERSION "2.1" /* Note that if you are using git, you will see version in other format. */ #include "version.h" #ifdef GITVERSION