Sat, 27 Nov 2010 01:13:12 +0000
initial commit
1 #define VER_COMPILE_DATE "@@date@@"
2 #define VER_COMPILE_TIME "@@time@@"
3 #define VER_COMPILE_BY "@@whoami@@"
4 #define VER_COMPILE_HOST "@@hostname@@"
5 #define VER_COMPILER "@@compiler@@"
6 #define VER_BUILD_TYPE "@@buildtype@@"
7 #define VER_CFLAGS "@@cflags@@"
9 #define VER_MAJOR @@majorver@@
10 #define VER_MINOR @@minorver@@
11 #define VER_BUILDNUM @@buildnum@@
12 #define VER_EXTRA "@@extraver@@"
13 #define VER_VCSREV "@@vcsstr@@"
15 #define VER_FULLSTR "@@fullverstr@@"