]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
libbpf: Start v1.5 development cycle
authorAndrea Righi <andrea.righi@canonical.com>
Sat, 6 Apr 2024 09:15:41 +0000 (11:15 +0200)
committerAndrii Nakryiko <andrii@kernel.org>
Sat, 6 Apr 2024 16:11:10 +0000 (09:11 -0700)
Bump libbpf.map to v1.5.0 to start a new libbpf version cycle.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/20240406092005.92399-2-andrea.righi@canonical.com
tools/lib/bpf/libbpf.map
tools/lib/bpf/libbpf_version.h

index 51732ecb13857df6e31fbbb1d16f89e17d0013ea..5dd81a7b96b504cab653ff7f21036e180e09cbff 100644 (file)
@@ -416,3 +416,6 @@ LIBBPF_1.4.0 {
                btf__new_split;
                btf_ext__raw_data;
 } LIBBPF_1.3.0;
+
+LIBBPF_1.5.0 {
+} LIBBPF_1.4.0;
index e783a47da81579e757be724bb17181132c8a9d3d..d6e5eff967cb3f6542a9cf78830b2a285ad443ea 100644 (file)
@@ -4,6 +4,6 @@
 #define __LIBBPF_VERSION_H
 
 #define LIBBPF_MAJOR_VERSION 1
-#define LIBBPF_MINOR_VERSION 4
+#define LIBBPF_MINOR_VERSION 5
 
 #endif /* __LIBBPF_VERSION_H */