mirror of
https://github.com/torvalds/linux.git
synced 2024-12-11 13:41:55 +00:00
4ec38eda85
Bump current version for new development cycle to v1.2. Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Stanislav Fomichev <sdf@google.com> Link: https://lore.kernel.org/r/20221221180049.853365-1-andrii@kernel.org Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
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 1
|
|
#define LIBBPF_MINOR_VERSION 2
|
|
|
|
#endif /* __LIBBPF_VERSION_H */
|