Skip to content

Commit 8080500

Browse files
anakryikoAlexei Starovoitov
authored andcommitted
libbpf: start v1.7 dev cycle
With libbpf 1.6.0 released, adjust libbpf.map and libbpf_version.h to start v1.7 development cycles. Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Yonghong Song <yonghong.song@linux.dev> Link: https://lore.kernel.org/r/20250716175936.2343013-1-andrii@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
1 parent 62ef449 commit 8080500

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

tools/lib/bpf/libbpf.map

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,3 +446,6 @@ LIBBPF_1.6.0 {
446446
btf__add_decl_attr;
447447
btf__add_type_attr;
448448
} LIBBPF_1.5.0;
449+
450+
LIBBPF_1.7.0 {
451+
} LIBBPF_1.6.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 6
7+
#define LIBBPF_MINOR_VERSION 7
88

99
#endif /* __LIBBPF_VERSION_H */

0 commit comments

Comments
 (0)