]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
libbpf: start v1.6 development cycle
authorAndrii Nakryiko <andrii@kernel.org>
Tue, 29 Oct 2024 18:40:45 +0000 (11:40 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 29 Oct 2024 20:42:52 +0000 (13:42 -0700)
With libbpf v1.5.0 release out, start v1.6 dev cycle.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/r/20241029184045.581537-1-andrii@kernel.org
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
tools/lib/bpf/libbpf.map
tools/lib/bpf/libbpf_version.h

index f40ccc2946e7461d73f61b55fabc55cd707d042b..54b6f312cfa809c09865f72afe3599236171cc6b 100644 (file)
@@ -430,3 +430,6 @@ LIBBPF_1.5.0 {
                ring__consume_n;
                ring_buffer__consume_n;
 } LIBBPF_1.4.0;
+
+LIBBPF_1.6.0 {
+} LIBBPF_1.5.0;
index d6e5eff967cb3f6542a9cf78830b2a285ad443ea..28c58fb17250e52a6ef4080662c588499f3aa364 100644 (file)
@@ -4,6 +4,6 @@
 #define __LIBBPF_VERSION_H
 
 #define LIBBPF_MAJOR_VERSION 1
-#define LIBBPF_MINOR_VERSION 5
+#define LIBBPF_MINOR_VERSION 6
 
 #endif /* __LIBBPF_VERSION_H */