3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-22 07:05:54 +00:00
Brooklyn/tools/lib/bpf/libbpf_version.h

10 lines
242 B
C
Raw Normal View History

2022-04-02 18:24:21 +05:00
/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
/* Copyright (C) 2021 Facebook */
#ifndef __LIBBPF_VERSION_H
#define __LIBBPF_VERSION_H
2022-09-09 14:21:57 +05:00
#define LIBBPF_MAJOR_VERSION 1
2022-12-14 11:30:32 +05:00
#define LIBBPF_MINOR_VERSION 1
2022-04-02 18:24:21 +05:00
#endif /* __LIBBPF_VERSION_H */