Skip to content

Commit b8d78cb

Browse files
eddyz87borkmann
authored andcommitted
libbpf: Start v1.4 development cycle
Bump libbpf.map to v1.4.0 to start a new libbpf version cycle. Signed-off-by: Eduard Zingerman <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 45c226d commit b8d78cb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tools/lib/bpf/libbpf.map

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,3 +409,6 @@ LIBBPF_1.3.0 {
409409
ring__size;
410410
ring_buffer__ring;
411411
} LIBBPF_1.2.0;
412+
413+
LIBBPF_1.4.0 {
414+
} LIBBPF_1.3.0;

tools/lib/bpf/libbpf_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
#define __LIBBPF_VERSION_H
55

66
#define LIBBPF_MAJOR_VERSION 1
7-
#define LIBBPF_MINOR_VERSION 3
7+
#define LIBBPF_MINOR_VERSION 4
88

99
#endif /* __LIBBPF_VERSION_H */

0 commit comments

Comments
 (0)