mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
5bd2ed6582
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
9 lines
242 B
C
9 lines
242 B
C
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
|
|
/* Copyright (C) 2021 Facebook */
|
|
#ifndef __LIBBPF_VERSION_H
|
|
#define __LIBBPF_VERSION_H
|
|
|
|
#define LIBBPF_MAJOR_VERSION 1
|
|
#define LIBBPF_MINOR_VERSION 5
|
|
|
|
#endif /* __LIBBPF_VERSION_H */
|