diff options
author | Andrii Nakryiko | 2020-06-17 11:31:32 -0700 |
---|---|---|
committer | Alexei Starovoitov | 2020-06-17 13:20:02 -0700 |
commit | 7bd3a33ae6d2b820bc44a206f9b81b96840219fd (patch) | |
tree | 287261f46627f341c18665cbd5b988670be02d41 /tools/lib/bpf/libbpf.map | |
parent | 69119673bd50b176ded34032fadd41530fb5af21 (diff) |
libbpf: Bump version to 0.1.0
Bump libbpf version to 0.1.0, as new development cycle starts.
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200617183132.1970836-1-andriin@fb.com
Diffstat (limited to 'tools/lib/bpf/libbpf.map')
-rw-r--r-- | tools/lib/bpf/libbpf.map | 3 |
1 files changed, 3 insertions, 0 deletions
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; |