include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-version.h.in
CommitLineData
1c196845
MJ
1// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2//
3// SPDX-License-Identifier: MIT
4
b728d87e 5/*
c0c0989a 6 * Contains the LTTng-UST versions.
b728d87e
MD
7 */
8
c0c0989a
MJ
9#ifndef _LTTNG_UST_VERSION_H
10#define _LTTNG_UST_VERSION_H
11
f4a9899e
MJ
12#undef LTTNG_UST_MAJOR_VERSION
13#undef LTTNG_UST_MINOR_VERSION
14#undef LTTNG_UST_PATCHLEVEL_VERSION
15
16#undef LTTNG_UST_VERSION
17
18#undef LTTNG_UST_LIB_SONAME_MAJOR
19#undef LTTNG_UST_CTL_LIB_SONAME_MAJOR
b728d87e
MD
20
21#endif /* _LTTNG_UST_VERSION_H */
This page took 0.03465 seconds and 4 git commands to generate.