tge/lib/maxsdk70/include/buildnumber.h
2017-04-17 06:17:10 -06:00

20 lines
688 B
C
Executable File

/* This file is automatically generated by the DailyBuild script. */
/* VERSION_STRING is the build's posting, ie. MXXX, Daily, Midday. */
/* VERSION_INT is the last successful major (MXXX) with the letter prefix (M) dropped. */
#if defined(GAME_FREE_VER)
#define VERSION_STRING "C000"
#define VERSION_INT 0
#elif defined(GAME_VER)
#define VERSION_STRING "G000"
#define VERSION_INT 0
#elif defined(WEBVERSION)
#define VERSION_STRING "M000"
#define VERSION_INT 0
#elif defined (DESIGN_VER)
#define VERSION_STRING "B000"
#define VERSION_INT 0
#else // MAX
#define VERSION_STRING "Catalyst with PDBs C065 10-04-2004"
#define VERSION_INT 65
#endif