summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf_version.h
diff options
context:
space:
mode:
authorAlexei Starovoitov <ast@kernel.org>2022-05-19 09:03:31 -0700
committerAlexei Starovoitov <ast@kernel.org>2022-05-19 09:04:51 -0700
commit834650b50ed283d9d34a32b425d668256bf2e487 (patch)
treee0d68651ff631cbba2705d85f96adf4006a2dc97 /tools/lib/bpf/libbpf_version.h
parent70a1b25326dd77e145157ccf1a31c1948032eec4 (diff)
parentd16495a982324f75e8e65de01475f9533de1db7a (diff)
Merge branch 'Start libbpf 1.0 dev cycle'
Andrii Nakryiko says: ==================== Start preparations for libbpf 1.0 release and as a first test remove bpf_create_map*() APIs. ==================== Acked-by: Yonghong Song <yhs@fb.com> 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 */