cac1a1827c2af34da0f420e263400648dd6070fc
[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 #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.028421 seconds and 3 git commands to generate.