dxx-rebirth/main/vers_id.h

18 lines
344 B
C
Raw Normal View History

/* Version defines */
2006-03-20 17:12:09 +00:00
#ifndef _VERS_ID
#define _VERS_ID
#define VERSION_TYPE "Full Version"
#ifdef D2XMICRO
#define VERSION D2XMAJOR "." D2XMINOR "." D2XMICRO
#else
#define VERSION D2XMAJOR "." D2XMINOR
2006-03-20 17:12:09 +00:00
#endif
#define D2X_IVER (atoi(D2XMAJOR)*10000+atoi(D2XMINOR)*100)
#define DESCENT_VERSION "D2X-Rebirth v" VERSION
2006-03-20 17:12:09 +00:00
#endif /* _VERS_ID */