OpenMPI  0.1.1
OTF_Version.h
Go to the documentation of this file.
1 /*
2  This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2012.
3  Authors: Andreas Knuepfer, Holger Brunst, Ronny Brendel, Thomas Kriebitzsch
4 */
5 
6 /**
7  * @file OTF_Version.h
8  *
9  * @brief Provides version information.
10  *
11  * \ingroup misc
12  */
13 
14 
15 #ifndef OTF_VERSION_H
16 #define OTF_VERSION_H
17 
18 
19 #define OTF_VERSION_MAJOR 1
20 #define OTF_VERSION_MINOR 10
21 #define OTF_VERSION_SUB 2
22 #define OTF_VERSION_STRING "openmpi"
23 
24 /**
25  * Because of a typo, we need to keep this for backward compatibility
26  * \ingroup internal
27  */
28 #define OTF_VERSION_MAYOR OTF_VERSION_MAJOR
29 
30 
31 #endif /* OTF_VERSION_H */