xref: /linux/tools/lib/bpf/libbpf_version.h (revision b9d7eb6a31be296ca0af95641a23c4c758703c0a)
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2 /* Copyright (C) 2021 Facebook */
3 #ifndef __LIBBPF_VERSION_H
4 #define __LIBBPF_VERSION_H
5 
6 #define LIBBPF_MAJOR_VERSION 0
7 #define LIBBPF_MINOR_VERSION 7
8 
9 #endif /* __LIBBPF_VERSION_H */
10