> On Sep 30, 2019, at 3:16 PM, Andrii Nakryiko <andriin@xxxxxx> wrote: > > New release cycle started, let's bump to v0.0.6 proactively. nit: Typo "dump" in subject. Acked-by: Song Liu <songliubraving@xxxxxx> > > Signed-off-by: Andrii Nakryiko <andriin@xxxxxx> > --- > tools/lib/bpf/libbpf.map | 3 +++ > 1 file changed, 3 insertions(+) > > 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; > -- > 2.17.1 >