]> Git Repo - J-linux.git/blob - tools/lib/bpf/libbpf_version.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / lib / bpf / libbpf_version.h
1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */
2 /* Copyright (C) 2021 Facebook */
3 #ifndef __LIBBPF_VERSION_H
4 #define __LIBBPF_VERSION_H
5
6 #define LIBBPF_MAJOR_VERSION 1
7 #define LIBBPF_MINOR_VERSION 6
8
9 #endif /* __LIBBPF_VERSION_H */
This page took 0.026222 seconds and 4 git commands to generate.