diff mbox series

[bpf-next] libbpf: bump version to 0.0.10

Message ID 20200617155539.1223558-1-andriin@fb.com
State Changes Requested
Delegated to: BPF Maintainers
Headers show
Series [bpf-next] libbpf: bump version to 0.0.10 | expand

Commit Message

Andrii Nakryiko June 17, 2020, 3:55 p.m. UTC
Let's start new cycle with another libbpf version bump.

Signed-off-by: Andrii Nakryiko <andriin@fb.com>
---
 tools/lib/bpf/libbpf.map | 3 +++
 1 file changed, 3 insertions(+)

Comments

Alexei Starovoitov June 17, 2020, 4:17 p.m. UTC | #1
On Wed, Jun 17, 2020 at 8:59 AM Andrii Nakryiko <andriin@fb.com> wrote:
>
> Let's start new cycle with another libbpf version bump.
>
> Signed-off-by: Andrii Nakryiko <andriin@fb.com>
> ---
>  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 f732c77b7ed0..3b37b8867cec 100644
> --- 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.0.10 {
> +} LIBBPF_0.0.9;

How about 0.1.0 instead?
Andrii Nakryiko June 17, 2020, 4:19 p.m. UTC | #2
On Wed, Jun 17, 2020 at 9:18 AM Alexei Starovoitov
<alexei.starovoitov@gmail.com> wrote:
>
> On Wed, Jun 17, 2020 at 8:59 AM Andrii Nakryiko <andriin@fb.com> wrote:
> >
> > Let's start new cycle with another libbpf version bump.
> >
> > Signed-off-by: Andrii Nakryiko <andriin@fb.com>
> > ---
> >  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 f732c77b7ed0..3b37b8867cec 100644
> > --- 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.0.10 {
> > +} LIBBPF_0.0.9;
>
> How about 0.1.0 instead?

sure, why not?
diff mbox series

Patch

diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
index f732c77b7ed0..3b37b8867cec 100644
--- 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.0.10 {
+} LIBBPF_0.0.9;