mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-31 21:59:06 +08:00
libbpf: Start v1.4 development cycle
Bump libbpf.map to v1.4.0 to start a new libbpf version cycle. Signed-off-by: Eduard Zingerman <eddyz87@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20231123000439.12025-1-eddyz87@gmail.com
This commit is contained in:
committed by
Andrii Nakryiko
parent
eb40a93a10
commit
9c794e5ab4
@@ -409,3 +409,6 @@ LIBBPF_1.3.0 {
|
|||||||
ring__size;
|
ring__size;
|
||||||
ring_buffer__ring;
|
ring_buffer__ring;
|
||||||
} LIBBPF_1.2.0;
|
} LIBBPF_1.2.0;
|
||||||
|
|
||||||
|
LIBBPF_1.4.0 {
|
||||||
|
} LIBBPF_1.3.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 3
|
#define LIBBPF_MINOR_VERSION 4
|
||||||
|
|
||||||
#endif /* __LIBBPF_VERSION_H */
|
#endif /* __LIBBPF_VERSION_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user