Move to kernel style SPDX license identifiers
[lttng-ust.git] / include / lttng / ust-version.h.in
1 /*
2 * SPDX-License-Identifier: MIT
3 *
4 * Copyright (C) 2011 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
5 *
6 * Contains the LTTng-UST versions.
7 */
8
9 #ifndef _LTTNG_UST_VERSION_H
10 #define _LTTNG_UST_VERSION_H
11
12 #define LTTNG_UST_MAJOR_VERSION @MAJOR_VERSION@
13 #define LTTNG_UST_MINOR_VERSION @MINOR_VERSION@
14 #define LTTNG_UST_PATCHLEVEL_VERSION @PATCHLEVEL_VERSION@
15 #define LTTNG_UST_VERSION @PACKAGE_VERSION@
16
17 #endif /* _LTTNG_UST_VERSION_H */
This page took 0.028863 seconds and 4 git commands to generate.