diff mbox series

[bpf-next] libbpf: dump current version to v0.0.6

Message ID 20190930221604.491942-1-andriin@fb.com
State Changes Requested
Delegated to: BPF Maintainers
Headers show
Series [bpf-next] libbpf: dump current version to v0.0.6 | expand

Commit Message

Andrii Nakryiko Sept. 30, 2019, 10:16 p.m. UTC
New release cycle started, let's bump to v0.0.6 proactively.

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

Comments

Song Liu Sept. 30, 2019, 10:22 p.m. UTC | #1
> On Sep 30, 2019, at 3:16 PM, Andrii Nakryiko <andriin@fb.com> wrote:
> 
> New release cycle started, let's bump to v0.0.6 proactively.

nit: Typo "dump" in subject. 

Acked-by: Song Liu <songliubraving@fb.com>

> 
> 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 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
>
Andrii Nakryiko Sept. 30, 2019, 10:25 p.m. UTC | #2
On 9/30/19 3:22 PM, Song Liu wrote:
> 
> 
>> On Sep 30, 2019, at 3:16 PM, Andrii Nakryiko <andriin@fb.com> wrote:
>>
>> New release cycle started, let's bump to v0.0.6 proactively.
> 
> nit: Typo "dump" in subject.

Doh... because even trivial patches can be screwed up :) Thanks!

Sent v2.

> 
> Acked-by: Song Liu <songliubraving@fb.com>
> 
>>
>> 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 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
>>
>
diff mbox series

Patch

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;