mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
b8d78cb2e2
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
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 4
|
|
|
|
#endif /* __LIBBPF_VERSION_H */
|