Installed headers relicensing and cleanup
[lttng-ust.git] / include / lttng / ust-version.h.in
1 #ifndef _LTTNG_UST_VERSION_H
2 #define _LTTNG_UST_VERSION_H
3
4 /*
5 * lttng/ust-version.h.in. Contains the LTTng-UST versions
6 *
7 * Copyright (c) 2011 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8 *
9 * THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED
10 * OR IMPLIED. ANY USE IS AT YOUR OWN RISK.
11 *
12 * Permission is hereby granted to use or copy this program
13 * for any purpose, provided the above notices are retained on all copies.
14 * Permission to modify the code and to distribute modified code is granted,
15 * provided the above notices are retained, and a notice that the code was
16 * modified is included with the above copyright notice.
17 */
18
19 #define LTTNG_UST_MAJOR_VERSION @MAJOR_VERSION@
20 #define LTTNG_UST_MINOR_VERSION @MINOR_VERSION@
21 #define LTTNG_UST_PATCHLEVEL_VERSION @PATCHLEVEL_VERSION@
22 #define LTTNG_UST_VERSION @PACKAGE_VERSION@
23
24 #endif /* _LTTNG_UST_VERSION_H */
This page took 0.030312 seconds and 5 git commands to generate.