Blob Blame History Raw
From: Andrii Nakryiko <andriin@fb.com>
Date: Wed, 17 Jun 2020 11:31:32 -0700
Subject: libbpf: Bump version to 0.1.0
Patch-mainline: v5.9-rc1
Git-commit: 7bd3a33ae6d2b820bc44a206f9b81b96840219fd
References: bsc#1177028

Bump libbpf version to 0.1.0, as new development cycle starts.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200617183132.1970836-1-andriin@fb.com
Acked-by: Gary Lin <glin@suse.com>
---
 tools/lib/bpf/libbpf.map |    3 +++
 1 file changed, 3 insertions(+)

--- a/tools/lib/bpf/libbpf.map
+++ b/tools/lib/bpf/libbpf.map
@@ -270,3 +270,6 @@ LIBBPF_0.0.9 {
 		ring_buffer__new;
 		ring_buffer__poll;
 } LIBBPF_0.0.8;
+
+LIBBPF_0.1.0 {
+} LIBBPF_0.0.9;