Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrii Nakryiko and committed by
Alexei Starovoitov
8080500c 62ef449b

+4 -1
+3
tools/lib/bpf/libbpf.map
··· 446 446 btf__add_decl_attr; 447 447 btf__add_type_attr; 448 448 } LIBBPF_1.5.0; 449 + 450 + LIBBPF_1.7.0 { 451 + } LIBBPF_1.6.0;
+1 -1
tools/lib/bpf/libbpf_version.h
··· 4 4 #define __LIBBPF_VERSION_H 5 5 6 6 #define LIBBPF_MAJOR_VERSION 1 7 - #define LIBBPF_MINOR_VERSION 6 7 + #define LIBBPF_MINOR_VERSION 7 8 8 9 9 #endif /* __LIBBPF_VERSION_H */