diff options
author | Andrii Nakryiko <andrii@kernel.org> | 2023-05-23 20:00:11 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2023-05-23 22:39:12 +0300 |
commit | 2b001b94073be6097b1a4a21defc5cfbb7aa2f9f (patch) | |
tree | 1bc39bfbe5c2770d08d217ea1f09eb722fcc0070 /tools/lib/bpf/libbpf_version.h | |
parent | e7d85427ef898afe66c4c1b7e06e5659cec6b640 (diff) | |
download | linux-2b001b94073be6097b1a4a21defc5cfbb7aa2f9f.tar.xz |
libbpf: Start v1.3 development cycle
Bump libbpf.map to v1.3.0 to start a new libbpf version cycle.
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20230523170013.728457-3-andrii@kernel.org
Diffstat (limited to 'tools/lib/bpf/libbpf_version.h')
-rw-r--r-- | tools/lib/bpf/libbpf_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/bpf/libbpf_version.h b/tools/lib/bpf/libbpf_version.h index 1fd2eeac5cfc..290411ddb39e 100644 --- a/tools/lib/bpf/libbpf_version.h +++ b/tools/lib/bpf/libbpf_version.h @@ -4,6 +4,6 @@ #define __LIBBPF_VERSION_H #define LIBBPF_MAJOR_VERSION 1 -#define LIBBPF_MINOR_VERSION 2 +#define LIBBPF_MINOR_VERSION 3 #endif /* __LIBBPF_VERSION_H */ |