xref: /aosp_15_r20/external/libbpf/src/libbpf_version.h (revision f7c14bbac8cf49633f2740db462ea43457973ec4)
1*f7c14bbaSAndroid Build Coastguard Worker /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2*f7c14bbaSAndroid Build Coastguard Worker /* Copyright (C) 2021 Facebook */
3*f7c14bbaSAndroid Build Coastguard Worker #ifndef __LIBBPF_VERSION_H
4*f7c14bbaSAndroid Build Coastguard Worker #define __LIBBPF_VERSION_H
5*f7c14bbaSAndroid Build Coastguard Worker 
6*f7c14bbaSAndroid Build Coastguard Worker #define LIBBPF_MAJOR_VERSION 1
7*f7c14bbaSAndroid Build Coastguard Worker #define LIBBPF_MINOR_VERSION 4
8*f7c14bbaSAndroid Build Coastguard Worker 
9*f7c14bbaSAndroid Build Coastguard Worker #endif /* __LIBBPF_VERSION_H */
10