]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
libbpf: Bump version to 0.1.0
authorAndrii Nakryiko <andriin@fb.com>
Wed, 17 Jun 2020 18:31:32 +0000 (11:31 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 17 Jun 2020 20:20:02 +0000 (13:20 -0700)
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
tools/lib/bpf/libbpf.map

index f732c77b7ed01d46bfb9ae0e28a15b48a8f52c29..c914347f5065129e3ecf48fd4dbf0918f2658b79 100644 (file)
@@ -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;