Skip to content

Commit

Permalink
Version set to 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Oct 19, 2020
1 parent 4dd2260 commit 64c8d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kernel/linux/pf_ring.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
#endif /* __KERNEL__ */

/* Versioning */
#define RING_VERSION "7.7.0"
#define RING_VERSION_NUM 0x070700
#define RING_VERSION "7.8.0"
#define RING_VERSION_NUM 0x070800

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

0 comments on commit 64c8d3c

Please sign in to comment.