include: implement REUSE with SPDX identifiers
[lttng-ust.git] / include / lttng / ust-version.h.in
... / ...
CommitLineData
1// SPDX-FileCopyrightText: 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2//
3// SPDX-License-Identifier: MIT
4
5/*
6 * Contains the LTTng-UST versions.
7 */
8
9#ifndef _LTTNG_UST_VERSION_H
10#define _LTTNG_UST_VERSION_H
11
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
20
21#endif /* _LTTNG_UST_VERSION_H */
This page took 0.022007 seconds and 4 git commands to generate.