mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
libbpf 1.7.0 has been released [1]. Update libbpf.map and libbpf_verson.h to start v1.8 development cycle. [1] https://github.com/libbpf/libbpf/releases/tag/v1.7.0 Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20260316163916.2822081-1-ihor.solodrai@linux.dev
10 lines
242 B
C
10 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 8
|
|
|
|
#endif /* __LIBBPF_VERSION_H */
|