We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98cdc6a commit 24a7412Copy full SHA for 24a7412
kernel/linux/pf_ring.h
@@ -23,8 +23,8 @@
23
#endif /* __KERNEL__ */
24
25
/* Versioning */
26
-#define RING_VERSION "7.5.0"
27
-#define RING_VERSION_NUM 0x070500
+#define RING_VERSION "7.6.0"
+#define RING_VERSION_NUM 0x070600
28
29
/* Increment whenever we change slot or packet header layout (e.g. we add/move a field) */
30
#define RING_FLOWSLOT_VERSION 17
0 commit comments