mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-25 18:59:06 +08:00
10 lines
242 B
C
10 lines
242 B
C
|
|
/* 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 0
|
||
|
|
#define LIBBPF_MINOR_VERSION 6
|
||
|
|
|
||
|
|
#endif /* __LIBBPF_VERSION_H */
|