Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux.git
/
63d2247e2e37d9c589a0a26aa4e684f736a45e29
/
.
/
tools
/
lib
/
bpf
/
libbpf_version.h
blob: 99331e317deef8f51a210c493579d60bb4e062a1 [
file
] [
log
] [
blame
]
/* 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
7
#endif
/* __LIBBPF_VERSION_H */