From 21a6a62a8b46d6ce479c2ea78c7e2c198af0b812 Mon Sep 17 00:00:00 2001 From: rpolzer Date: Tue, 16 Sep 2008 17:52:41 +0000 Subject: [PATCH] add version/aboutmsg replacements git-svn-id: svn://svn.icculus.org/netradiant/trunk@69 61c419a2-8eb2-4b30-bcec-8cead039b335 --- include/aboutmsg.h | 4 ++++ include/version.h | 10 ++++++++++ 2 files changed, 14 insertions(+) create mode 100644 include/aboutmsg.h create mode 100644 include/version.h 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 -- 2.39.2