Commit 4ec38eda authored by Andrii Nakryiko's avatar Andrii Nakryiko Committed by Martin KaFai Lau

libbpf: start v1.2 development cycle

Bump current version for new development cycle to v1.2.
Signed-off-by: default avatarAndrii Nakryiko <andrii@kernel.org>
Acked-by: default avatarStanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/r/20221221180049.853365-1-andrii@kernel.orgSigned-off-by: default avatarMartin KaFai Lau <martin.lau@kernel.org>
parent 552d42a3
...@@ -382,3 +382,6 @@ LIBBPF_1.1.0 { ...@@ -382,3 +382,6 @@ LIBBPF_1.1.0 {
user_ring_buffer__reserve_blocking; user_ring_buffer__reserve_blocking;
user_ring_buffer__submit; user_ring_buffer__submit;
} LIBBPF_1.0.0; } LIBBPF_1.0.0;
LIBBPF_1.2.0 {
} LIBBPF_1.1.0;
...@@ -4,6 +4,6 @@ ...@@ -4,6 +4,6 @@
#define __LIBBPF_VERSION_H #define __LIBBPF_VERSION_H
#define LIBBPF_MAJOR_VERSION 1 #define LIBBPF_MAJOR_VERSION 1
#define LIBBPF_MINOR_VERSION 1 #define LIBBPF_MINOR_VERSION 2
#endif /* __LIBBPF_VERSION_H */ #endif /* __LIBBPF_VERSION_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment