Skip to content

Commit 516f863

Browse files
committed
Set version to 8.4.0
1 parent 0871e46 commit 516f863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/linux/pf_ring.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
#endif /* __KERNEL__ */
2424

2525
/* Versioning */
26-
#define RING_VERSION "8.3.0"
27-
#define RING_VERSION_NUM 0x080300
26+
#define RING_VERSION "8.4.0"
27+
#define RING_VERSION_NUM 0x080400
2828

2929
/* Increment whenever we change slot or packet header layout (e.g. we add/move a field) */
3030
#define RING_FLOWSLOT_VERSION 20

0 commit comments

Comments
 (0)