Skip to content

Commit 24a7412

Browse files
committed
Moved to 7.6
1 parent 98cdc6a commit 24a7412

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 "7.5.0"
27-
#define RING_VERSION_NUM 0x070500
26+
#define RING_VERSION "7.6.0"
27+
#define RING_VERSION_NUM 0x070600
2828

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

0 commit comments

Comments
 (0)