__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 "2"
00008   #endif
00009   #ifndef __build_minor
00010     #define __build_minor "108"
00011   #endif
00012   #ifndef __build_revision
00013     #define __build_revision "86"
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 "2.108.86.0"
00022 
00023   #define __build_FILE_VERSION_COMMAS 2, 108, 86, 0
00024   #define __build_FILE_VERSION "2.108.86.0"
00025   #define __build_PRODUCT_VERSION_COMMAS 2, 108, 0, 0
00026   #define __build_PRODUCT_VERSION "2.108"
00027 
00028 #endif /* outer guard */
00029 
Generated on Sat Jan 28 04:22:03 2012 for hoople2 project by  doxygen 1.6.3