ITK Function Reference

(V10000.1.0.60_20160308.00)
tc_ver_info.h
Go to the documentation of this file.
1 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
2 // ==================================================
3 // Copyright 2011.
4 // Siemens Product Lifecycle Management Software Inc.
5 // All Rights Reserved.
6 // ==================================================
7 // Copyright 2012 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.
8 
9 /*==================================================================================================
10 File description:
11  Definitions of constants for version information that can be shared
12  between Windows resource files and source files. This file must be very simple
13  as it needs to go through the RC version of the preprocessor which
14  can't stringize things so we need both integer and string
15  constants. Source files must actually verify these match at run time.
16 
17 ====================================================================================================
18 
19 ==================================================================================================*/
20 
21 #ifndef INCLUDE_TC_VER_INFO_H_INCLUDED
22 #define INCLUDE_TC_VER_INFO_H_INCLUDED
23 
24 #define TC_PRODUCT_NAME "Teamcenter"
25 
26 #define TC_MAJOR_VERSION 10000
27 #define TC_MINOR_VERSION 1
28 #define TC_MAINTENANCE_VERSION 0
29 #define TC_BUILD_NUMBER 60_2016030800
30 
31 //The string must always be a valid directory name for Unix AND NT.
32 //So no special characters in there.
33 //For more information, check its usage
34 #define TC_VERSION_STRING "V10000.1.0.60_20160308.00"
35 
36 #endif // INCLUDE_TC_VER_INFO_H_INCLUDED