We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0871e46 commit 516f863Copy full SHA for 516f863
kernel/linux/pf_ring.h
@@ -23,8 +23,8 @@
23
#endif /* __KERNEL__ */
24
25
/* Versioning */
26
-#define RING_VERSION "8.3.0"
27
-#define RING_VERSION_NUM 0x080300
+#define RING_VERSION "8.4.0"
+#define RING_VERSION_NUM 0x080400
28
29
/* Increment whenever we change slot or packet header layout (e.g. we add/move a field) */
30
#define RING_FLOWSLOT_VERSION 20
0 commit comments