add version/aboutmsg replacements

git-svn-id: svn://svn.icculus.org/netradiant/trunk@69 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
rpolzer 2008-09-16 17:52:41 +00:00
parent c2ae50ffbd
commit 21a6a62a8b
2 changed files with 14 additions and 0 deletions

4
include/aboutmsg.h Normal file
View File

@ -0,0 +1,4 @@
// Makefile appends preprocessor flags instead now
#ifndef RADIANT_ABOUTMSG
#error no RADIANT_ABOUTMSG defined
#endif

10
include/version.h Normal file
View File

@ -0,0 +1,10 @@
// 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