#ifndef __VERSION_H__ #define __VERSION_H__ // Lots of different representations for the version number enum { VERSION = 117 }; #define VERSIONSTR "117" #define DOTVERSIONSTR "1.17:" #define GAMEVER (0x0111) #define SAVESIG "ZDOOMSAVE117 " // Needs to be exactly 16 chars long #endif //__VERSION_H__