PTdecode/src/version.h.in

Wed, 05 Aug 2009 15:00:54 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Wed, 05 Aug 2009 15:00:54 +0100
changeset 12
96e1df9bd27c
parent 5
1204ebf9340d
permissions
-rw-r--r--

small changes to hexdump code to stop a gcc warning on platforms where sizeof(int) != sizeof(int*) e.g. x86_64

philpem@5 1 #define VER_COMPILE_DATE "@@date@@"
philpem@5 2 #define VER_COMPILE_TIME "@@time@@"
philpem@5 3 #define VER_COMPILE_BY "@@whoami@@"
philpem@5 4 #define VER_COMPILE_HOST "@@hostname@@"
philpem@5 5 #define VER_COMPILER "@@compiler@@"
philpem@5 6 #define VER_BUILD_TYPE "@@buildtype@@"
philpem@5 7 #define VER_CFLAGS "@@cflags@@"
philpem@5 8
philpem@5 9 #define VER_MAJOR @@majorver@@
philpem@5 10 #define VER_MINOR @@minorver@@
philpem@5 11 #define VER_BUILDNUM @@buildnum@@
philpem@5 12 #define VER_EXTRA "@@extraver@@"
philpem@5 13 #define VER_SVNREV @@svnrev@@
philpem@5 14
philpem@5 15 #define VER_FULLSTR "@@fullverstr@@"
philpem@5 16