mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-31 01:00:53 +00:00
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:
parent
8ff75f94dc
commit
55d2328c77
4 changed files with 50 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue