aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/lib/bpf/libbpf_version.h
blob: e783a47da81579e757be724bb17181132c8a9d3d (plain) (blame)
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 1
#define LIBBPF_MINOR_VERSION 4

#endif /* __LIBBPF_VERSION_H */