]> git.proxmox.com Git - mirror_lxc.git/blame - src/lxc/version.h.in
tree-wide: use lxc_drop_groups() instead of lxc_setgroups(0, NULL)
[mirror_lxc.git] / src / lxc / version.h.in
CommitLineData
cc73685d
CB
1/* SPDX-License-Identifier: LGPL-2.1+ */
2
f1a4a029
ÇO
3#ifndef __LXC_VERSION_H
4#define __LXC_VERSION_H
a22185dd 5
d2d6b991 6#define LXC_DEVEL @LXC_DEVEL@
a22185dd
ÇO
7#define LXC_VERSION_MAJOR @LXC_VERSION_MAJOR@
8#define LXC_VERSION_MINOR @LXC_VERSION_MINOR@
9#define LXC_VERSION_MICRO @LXC_VERSION_MICRO@
26419a7a 10#define LXC_VERSION_ABI "@LXC_ABI@"
a22185dd 11#define LXC_VERSION "@LXC_VERSION@"
b6b918a1 12
b6b918a1 13#endif