added include/win32/version.h for the non-automake win32 builds will have a common place to get the version number.

also commented out the section of include/win32/?c/config.h that defined the versions and replaced with an include statement
This commit is contained in:
Thad Ward 2000-05-23 06:10:22 +00:00
parent 8ff75f94dc
commit 55d2328c77
4 changed files with 50 additions and 1 deletions

View file

@ -62,10 +62,13 @@
#define X_DISPLAY_MISSING
/* Version string */
/* these are included by version.h
#define QW_VERSION "2.40"
#define VERSION "0.1.99pre0"
#define PROGRAM "QuakeForge"
#define PACKAGE "quakeforge"
*/
#include "version.h"
/* Define if you want to use QF-style defaults instead of Id-style */
#undef NEWSTYLE