summaryrefslogtreecommitdiff
path: root/tools/lib/bpf/libbpf_version.h
diff options
context:
space:
mode:
authorAndrii Nakryiko <andrii@kernel.org>2022-12-21 21:00:49 +0300
committerMartin KaFai Lau <martin.lau@kernel.org>2022-12-21 22:18:50 +0300
commit4ec38eda85b9d07942a1cc7a29bba8aa7c810780 (patch)
treeb8ba2e4929b44ab788c13d71f24491d407ebbeb3 /tools/lib/bpf/libbpf_version.h
parent552d42a356ebf78df9d2f4b73e077d2459966fac (diff)
downloadlinux-4ec38eda85b9d07942a1cc7a29bba8aa7c810780.tar.xz
libbpf: start v1.2 development cycle
Bump current version for new development cycle to v1.2. Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Stanislav Fomichev <sdf@google.com> Link: https://lore.kernel.org/r/20221221180049.853365-1-andrii@kernel.org Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Diffstat (limited to 'tools/lib/bpf/libbpf_version.h')
-rw-r--r--tools/lib/bpf/libbpf_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/libbpf_version.h b/tools/lib/bpf/libbpf_version.h
index e944f5bce728..1fd2eeac5cfc 100644
--- a/tools/lib/bpf/libbpf_version.h
+++ b/tools/lib/bpf/libbpf_version.h
@@ -4,6 +4,6 @@
#define __LIBBPF_VERSION_H
#define LIBBPF_MAJOR_VERSION 1
-#define LIBBPF_MINOR_VERSION 1
+#define LIBBPF_MINOR_VERSION 2
#endif /* __LIBBPF_VERSION_H */