We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dd2260 commit 64c8d3cCopy full SHA for 64c8d3c
kernel/linux/pf_ring.h
@@ -23,8 +23,8 @@
23
#endif /* __KERNEL__ */
24
25
/* Versioning */
26
-#define RING_VERSION "7.7.0"
27
-#define RING_VERSION_NUM 0x070700
+#define RING_VERSION "7.8.0"
+#define RING_VERSION_NUM 0x070800
28
29
/* Increment whenever we change slot or packet header layout (e.g. we add/move a field) */
30
#define RING_FLOWSLOT_VERSION 18
0 commit comments