Welcome to mirror list, hosted at ThFree Co, Russian Federation.

libbpf_version.h « bpf « lib « tools - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd56d76f291cdec3297cb0692766fbdc720e1e04 (plain)
1
2
3
4
5
6
7
8
9
/* 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 */