summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf_version.h
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2022-05-18 21:59:14 +0300
committerAlexei Starovoitov <ast@kernel.org>2022-05-19 19:03:31 +0300
commite2371b1632b1c61c1fa726a17b82e6833a9e4d85 (patch)
treef4290cbef869c0ce70c319d7efb3d358d5db7f65 /tools/lib/bpf/libbpf_version.h
parent056431ae4d790efd0372c1daf93569fdd2814190 (diff)
downloadlinux-e2371b1632b1c61c1fa726a17b82e6833a9e4d85.tar.xz
libbpf: start 1.0 development cycle
Start libbpf 1.0 development cycle by adding LIBBPF_1.0.0 section to libbpf.map file and marking all current symbols as local. As we remove all the deprecated APIs we'll populate global list before the final 1.0 release. Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/r/20220518185915.3529475-3-andrii@kernel.org Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'tools/lib/bpf/libbpf_version.h')
-rw-r--r--tools/lib/bpf/libbpf_version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/bpf/libbpf_version.h b/tools/lib/bpf/libbpf_version.h
index 61f2039404b6..2fb2f4290080 100644
--- a/tools/lib/bpf/libbpf_version.h
+++ b/tools/lib/bpf/libbpf_version.h
@@ -3,7 +3,7 @@
#ifndef __LIBBPF_VERSION_H
#define __LIBBPF_VERSION_H
-#define LIBBPF_MAJOR_VERSION 0
-#define LIBBPF_MINOR_VERSION 8
+#define LIBBPF_MAJOR_VERSION 1
+#define LIBBPF_MINOR_VERSION 0
#endif /* __LIBBPF_VERSION_H */