__build_version.h

Go to the documentation of this file.
00001 #ifndef BUILD_VERSION_CONFIGURATION
00002 #define BUILD_VERSION_CONFIGURATION
00003 
00004   // This file provides the version macros for this particular build.
00005 
00006   #ifndef __build_major
00007     #define __build_major "1"
00008   #endif
00009   #ifndef __build_minor
00010     #define __build_minor "700"
00011   #endif
00012   #ifndef __build_revision
00013     #define __build_revision "3055"
00014   #endif
00015   #ifndef __build_build
00016     #define __build_build "0"
00017   #endif
00018 
00019   // calculated macros are dropped in here.
00020 
00021   #define __build_SYSTEM_VERSION "1.700.3055.0"
00022 
00023   #define __build_FILE_VERSION_COMMAS 1, 700, 3055, 0
00024   #define __build_FILE_VERSION "1.700.3055.0"
00025   #define __build_PRODUCT_VERSION_COMMAS 1, 700, 0, 0
00026   #define __build_PRODUCT_VERSION "1.700"
00027 
00028 #endif /* outer guard */
00029 

Generated on Thu Nov 20 04:28:52 2008 for HOOPLE Libraries by  doxygen 1.5.1