libbpf: start v1.2 development cycle
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 21 Dec 2022 18:00:49 +0000 (10:00 -0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Wed, 21 Dec 2022 19:18:50 +0000 (11:18 -0800)
Bump current version for new development cycle to v1.2.

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/r/20221221180049.853365-1-andrii@kernel.org
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/lib/bpf/libbpf.map
tools/lib/bpf/libbpf_version.h

index 71bf5691a6890199af8e7d3d350bd0613c99fa9a..11c36a3c1a9fffa99f68a3b879534036bfcc5468 100644 (file)
@@ -382,3 +382,6 @@ LIBBPF_1.1.0 {
                user_ring_buffer__reserve_blocking;
                user_ring_buffer__submit;
 } LIBBPF_1.0.0;
+
+LIBBPF_1.2.0 {
+} LIBBPF_1.1.0;
index e944f5bce7286120aff0b776e496aaca5fc139ec..1fd2eeac5cfc1fca5e1a1b4739647ae6b710557f 100644 (file)
@@ -4,6 +4,6 @@
 #define __LIBBPF_VERSION_H
 
 #define LIBBPF_MAJOR_VERSION 1
-#define LIBBPF_MINOR_VERSION 1
+#define LIBBPF_MINOR_VERSION 2
 
 #endif /* __LIBBPF_VERSION_H */