Skip to content

Commit 64c8d3c

Browse files
committed
Version set to 7.8.0
1 parent 4dd2260 commit 64c8d3c

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.7.0"
27-
#define RING_VERSION_NUM 0x070700
26+
#define RING_VERSION "7.8.0"
27+
#define RING_VERSION_NUM 0x070800
2828

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

0 commit comments

Comments
 (0)