diff mbox series

[bpf-next,v5,1/3] libbpf: Bump libpf current version to v0.0.8

Message ID 158220518424.127661.8278643006567775528.stgit@xdp-tutorial
State Accepted
Delegated to: BPF Maintainers
Headers show
Series libbpf: Add support for dynamic program attach target | expand

Commit Message

Eelco Chaudron Feb. 20, 2020, 1:26 p.m. UTC
New development cycles starts, bump to v0.0.8.

Acked-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Eelco Chaudron <echaudro@redhat.com>
---
 tools/lib/bpf/libbpf.map |    3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/tools/lib/bpf/libbpf.map b/tools/lib/bpf/libbpf.map
index b035122142bb..45be19c9d752 100644
--- a/tools/lib/bpf/libbpf.map
+++ b/tools/lib/bpf/libbpf.map
@@ -235,3 +235,6 @@  LIBBPF_0.0.7 {
 		btf__align_of;
 		libbpf_find_kernel_btf;
 } LIBBPF_0.0.6;
+
+LIBBPF_0.0.8 {
+} LIBBPF_0.0.7;