libbpf: Bump current version to v0.0.6
authorAndrii Nakryiko <andriin@fb.com>
Mon, 30 Sep 2019 22:25:03 +0000 (15:25 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 1 Oct 2019 23:05:10 +0000 (01:05 +0200)
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
tools/lib/bpf/libbpf.map

index d04c7cb..8d10ca0 100644 (file)
@@ -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;