aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/bpf/libbpf.map
diff options
context:
space:
mode:
authorAndrii Nakryiko <andriin@fb.com>2019-09-30 15:25:03 -0700
committerDaniel Borkmann <daniel@iogearbox.net>2019-10-02 01:05:10 +0200
commit03bd4773d898783fe3bc321287e4838e515fea92 (patch)
treec4152bf0287ee00b7e983322236667f49425c6b0 /tools/lib/bpf/libbpf.map
parentdt-bindings: sh_eth convert bindings to json-schema (diff)
downloadlinux-dev-03bd4773d898783fe3bc321287e4838e515fea92.tar.xz
linux-dev-03bd4773d898783fe3bc321287e4838e515fea92.zip
libbpf: Bump current version to v0.0.6
New release cycle started, let's bump to v0.0.6 proactively. Signed-off-by: Andrii Nakryiko <andriin@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Song Liu <songliubraving@fb.com> Link: https://lore.kernel.org/bpf/20190930222503.519782-1-andriin@fb.com
Diffstat (limited to '')
-rw-r--r--tools/lib/bpf/libbpf.map3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
index d04c7cb623ed..8d10ca03d78d 100644
--- a/tools/lib/bpf/libbpf.map
+++ b/tools/lib/bpf/libbpf.map
@@ -190,3 +190,6 @@ LIBBPF_0.0.5 {
global:
bpf_btf_get_next_id;
} LIBBPF_0.0.4;
+
+LIBBPF_0.0.6 {
+} LIBBPF_0.0.5;