brintos

brintos / linux-shallow public Read only

0
0
Text · 242 B · d6e5eff Raw
10 lines · c
1/* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */2/* Copyright (C) 2021 Facebook */3#ifndef __LIBBPF_VERSION_H4#define __LIBBPF_VERSION_H5 6#define LIBBPF_MAJOR_VERSION 17#define LIBBPF_MINOR_VERSION 58 9#endif /* __LIBBPF_VERSION_H */10