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 <[email protected]> Acked-by: Yonghong Song <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alexei Starovoitov <[email protected]>
1 parent 62ef449 commit 8080500

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
@@ -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)