Commit | Line | Data |
---|---|---|
b728d87e MD |
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 */ |