Sign in
linux
/
linux
/
kernel
/
git
/
paulmck
/
linux-rcu
/
cf53d8098cc8a61bdd9b3f320c91decb1bccc404
/
.
/
tools
/
lib
/
bpf
/
libbpf_version.h
blob: 1fd2eeac5cfc1fca5e1a1b4739647ae6b710557f [
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
2
#endif
/* __LIBBPF_VERSION_H */