I thank Mao for pointing out to me the bootscrap script (which runs autoheader and autoconf). I removed the #version from quakedef.h and changed the version to "0.1.0-pre" within acconfig.h

This commit is contained in:
Eric Windisch 2000-01-02 03:56:55 +00:00
parent 88bd46b4b6
commit 88058a06c6
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,5 @@
/* Version string */
#define VERSION FIXME_DEFINE_THIS!
#define VERSION "0.1.0-pre"
/* Define if you have the XFree86 DGA extension */
#undef HAS_DGA

View file

@ -19,7 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
// quakedef.h -- primary header for client
#define VERSION "0.1.0"
#define GAMENAME "id1" // directory to look in by default
#if defined(_WIN32) && !defined(WINDED)