diff options
author | Andrii Nakryiko <andriin@fb.com> | 2019-10-01 00:25:03 +0200 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2019-10-02 01:05:10 +0200 |
commit | 03bd4773d898783fe3bc321287e4838e515fea92 (patch) | |
tree | c4152bf0287ee00b7e983322236667f49425c6b0 /tools/lib/bpf/libbpf.map | |
parent | dt-bindings: sh_eth convert bindings to json-schema (diff) | |
download | linux-03bd4773d898783fe3bc321287e4838e515fea92.tar.xz linux-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.map | 3 |
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; |