Skip to content

Commit

Permalink
libbpf: Start v1.4 development cycle
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Eduard Zingerman authored and Daniel Borkmann committed Nov 23, 2023
1 parent 45c226d commit b8d78cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tools/lib/bpf/libbpf.map
Original file line number Diff line number Diff line change
Expand Up @@ -409,3 +409,6 @@ LIBBPF_1.3.0 {
ring__size;
ring_buffer__ring;
} LIBBPF_1.2.0;

LIBBPF_1.4.0 {
} LIBBPF_1.3.0;
2 changes: 1 addition & 1 deletion tools/lib/bpf/libbpf_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
#define __LIBBPF_VERSION_H

#define LIBBPF_MAJOR_VERSION 1
#define LIBBPF_MINOR_VERSION 3
#define LIBBPF_MINOR_VERSION 4

#endif /* __LIBBPF_VERSION_H */

0 comments on commit b8d78cb

Please sign in to comment.