mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-28 14:44:10 +08:00
libbpf: Start v1.5 development cycle
Bump libbpf.map to v1.5.0 to start a new libbpf version cycle. Signed-off-by: Andrea Righi <andrea.righi@canonical.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20240406092005.92399-2-andrea.righi@canonical.com
This commit is contained in:
parent
d564ffde5c
commit
5bd2ed6582
@ -416,3 +416,6 @@ LIBBPF_1.4.0 {
|
|||||||
btf__new_split;
|
btf__new_split;
|
||||||
btf_ext__raw_data;
|
btf_ext__raw_data;
|
||||||
} LIBBPF_1.3.0;
|
} LIBBPF_1.3.0;
|
||||||
|
|
||||||
|
LIBBPF_1.5.0 {
|
||||||
|
} LIBBPF_1.4.0;
|
||||||
|
@ -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 4
|
#define LIBBPF_MINOR_VERSION 5
|
||||||
|
|
||||||
#endif /* __LIBBPF_VERSION_H */
|
#endif /* __LIBBPF_VERSION_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user