diff mbox series

[v2,bpf-next] libbpf: bump version to 0.1.0

Message ID 20200617183132.1970836-1-andriin@fb.com
State Accepted
Delegated to: BPF Maintainers
Headers show
Series [v2,bpf-next] libbpf: bump version to 0.1.0 | expand

Commit Message

Andrii Nakryiko June 17, 2020, 6:31 p.m. UTC
Bump libbpf version to 0.1.0, as new development cycle starts.

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, 8:21 p.m. UTC | #1
On Wed, Jun 17, 2020 at 11:32 AM Andrii Nakryiko <andriin@fb.com> wrote:
>
> Bump libbpf version to 0.1.0, as new development cycle starts.
>
> Signed-off-by: Andrii Nakryiko <andriin@fb.com>

Applied. Thanks
diff mbox series

Patch

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