1.1 diff -r 973a377aa562 -r 7a98c853715e src/version.h.in 1.2 --- a/src/version.h.in Sun Nov 28 23:05:31 2010 +0000 1.3 +++ b/src/version.h.in Sun Nov 28 23:07:17 2010 +0000 1.4 @@ -1,17 +1,17 @@ 1.5 #define VER_COMPILE_DATETIME "@@datetime@@" 1.6 -#define VER_COMPILE_DATE "@@date@@" 1.7 -#define VER_COMPILE_TIME "@@time@@" 1.8 -#define VER_COMPILE_BY "@@whoami@@" 1.9 -#define VER_COMPILE_HOST "@@hostname@@" 1.10 -#define VER_COMPILER "@@compiler@@" 1.11 -#define VER_BUILD_TYPE "@@buildtype@@" 1.12 -#define VER_CFLAGS "@@cflags@@" 1.13 +#define VER_COMPILE_DATE "@@date@@" 1.14 +#define VER_COMPILE_TIME "@@time@@" 1.15 +#define VER_COMPILE_BY "@@whoami@@" 1.16 +#define VER_COMPILE_HOST "@@hostname@@" 1.17 +#define VER_COMPILER "@@compiler@@" 1.18 +#define VER_BUILD_TYPE "@@buildtype@@" 1.19 +#define VER_CFLAGS "@@cflags@@" 1.20 1.21 -#define VER_MAJOR @@majorver@@ 1.22 -#define VER_MINOR @@minorver@@ 1.23 -#define VER_BUILDNUM @@buildnum@@ 1.24 -#define VER_EXTRA "@@extraver@@" 1.25 -#define VER_VCSREV "@@vcsstr@@" 1.26 +#define VER_MAJOR @@majorver@@ 1.27 +#define VER_MINOR @@minorver@@ 1.28 +#define VER_BUILDNUM @@buildnum@@ 1.29 +#define VER_EXTRA "@@extraver@@" 1.30 +#define VER_VCSREV "@@vcsstr@@" 1.31 1.32 #define VER_FULLSTR "@@fullverstr@@" 1.33