xref: /utopia/UTPA2-700.0.x/mxlib/include/label.h (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 #ifndef _LABEL_H_
2 #define _LABEL_H_
3 
4 #ifdef __cplusplus
5 extern "C"
6 {
7 #endif
8 
9 #define UTOPIA_RELEASE_LABEL "UNKNOWN"
10 
11 #ifdef __cplusplus
12 }
13 #endif
14 
15 #endif // _LABEL_H_
16