Skip to content

Commit 5bd2ed6

Browse files
Andrea Righianakryiko
authored andcommitted
libbpf: Start v1.5 development cycle
Bump libbpf.map to v1.5.0 to start a new libbpf version cycle. Signed-off-by: Andrea Righi <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent d564ffd commit 5bd2ed6

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
@@ -416,3 +416,6 @@ LIBBPF_1.4.0 {
416416
btf__new_split;
417417
btf_ext__raw_data;
418418
} LIBBPF_1.3.0;
419+
420+
LIBBPF_1.5.0 {
421+
} LIBBPF_1.4.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 4
7+
#define LIBBPF_MINOR_VERSION 5
88

99
#endif /* __LIBBPF_VERSION_H */

0 commit comments

Comments
 (0)