Skip to content

Commit b610c07

Browse files
committed
Release v2.4
Closes #116.
1 parent 0e5af37 commit b610c07

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

NEWS

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ipt-netflow NEWS
22
================
33

4+
2.4 (2019-06-23)
5+
* Minor maintenance release.
6+
- Compilation compatibility with kernels up to 5.2.
7+
- README, CREDITS update.
8+
49
2.3 (2018-03-19)
510

611
* Minor feature and Maintenance release.

ipt_NETFLOW.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
# undef CONFIG_NF_NAT_NEEDED
8585
#endif
8686

87-
#define IPT_NETFLOW_VERSION "2.3" /* Note that if you are using git, you
87+
#define IPT_NETFLOW_VERSION "2.4" /* Note that if you are using git, you
8888
will see version in other format. */
8989
#include "version.h"
9090
#ifdef GITVERSION

openwrt/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ PKG_NAME:=ipt-netflow
55
PKG_RELEASE:=2
66

77
PKG_SOURCE_URL:=https://github.com/aabc/$(PKG_NAME).git
8-
PKG_VERSION:=2.3
8+
PKG_VERSION:=2.4
99
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
1010

1111
#TO BUILD development version uncomment 2 rows below and remove patches

0 commit comments

Comments
 (0)