src/version.h.in

Wed, 05 Aug 2009 15:15:47 +0100

author
Philip Pemberton <philpem@philpem.me.uk>
date
Wed, 05 Aug 2009 15:15:47 +0100
changeset 15
e5577dd259c6
parent 0
0eef8cf74b80
permissions
-rw-r--r--

multiple fixes -- now prints successfully to a PT-2450DX.
FIX: job options were being set in GetStatus, now moved to their rightful home in Initialise()
REFACTOR: small mods to structure of Initialise, now uses PT_ERR_* consts, calls pt_Close on failure, exit logic slightly changed.
FIX: debug options should NOT have been set in Hg source (especially SKIP_STATUS_READBACK), now fixed.

     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_SVNREV			@@svnrev@@
    15 #define VER_FULLSTR			"@@fullverstr@@"