From: rpolzer Date: Tue, 16 Sep 2008 17:52:41 +0000 (+0000) Subject: add version/aboutmsg replacements X-Git-Tag: svn-r421~351 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=21a6a62a8b46d6ce479c2ea78c7e2c198af0b812;p=xonotic%2Fnetradiant.git add version/aboutmsg replacements git-svn-id: svn://svn.icculus.org/netradiant/trunk@69 61c419a2-8eb2-4b30-bcec-8cead039b335 --- diff --git a/include/aboutmsg.h b/include/aboutmsg.h new file mode 100644 index 00000000..8b5acc2c --- /dev/null +++ b/include/aboutmsg.h @@ -0,0 +1,4 @@ +// Makefile appends preprocessor flags instead now +#ifndef RADIANT_ABOUTMSG +#error no RADIANT_ABOUTMSG defined +#endif diff --git a/include/version.h b/include/version.h new file mode 100644 index 00000000..47134512 --- /dev/null +++ b/include/version.h @@ -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