Skip to content

Commit 0cba80b

Browse files
committed
Set version to 9.2
1 parent 4c437d1 commit 0cba80b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CHANGELOG
22

33
---------------------------------------
4-
2025-11- PF_RING 9.2
4+
2025-11-17 PF_RING 9.2
55

66
* PF_RING Library
77
- Fix fd leak in pfring_findalldevs

kernel/linux/pf_ring.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
#endif /* __KERNEL__ */
3636

3737
/* Versioning */
38-
#define RING_VERSION "9.1.0"
39-
#define RING_VERSION_NUM 0x090100
38+
#define RING_VERSION "9.2.0"
39+
#define RING_VERSION_NUM 0x090200
4040

4141
/* Increment whenever there is a change in some shared data structure
4242
* between kernel and userspace, including ioctl or packet header layout */

0 commit comments

Comments
 (0)