netradiant-custom/include/version.h
rpolzer 21a6a62a8b add version/aboutmsg replacements
git-svn-id: svn://svn.icculus.org/netradiant/trunk@69 61c419a2-8eb2-4b30-bcec-8cead039b335
2008-09-16 17:52:41 +00:00

11 lines
270 B
C

// Makefile appends preprocessor flags instead now
#ifndef RADIANT_VERSION
#error no RADIANT_VERSION defined
#endif
#ifndef RADIANT_MAJOR_VERSION
#error no RADIANT_MAJOR_VERSION defined
#endif
#ifndef RADIANT_MINOR_VERSION
#error no RADIANT_MINOR_VERSION defined
#endif