mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-31 00:30:57 +00:00
Working on one common configure which lets nq and qw compile.
There, needs a little clean up though.
This commit is contained in:
parent
c2cf8ff5e7
commit
75618f96c9
12 changed files with 1962 additions and 46 deletions
|
@ -28,10 +28,10 @@
|
|||
#define _VERSION_H
|
||||
|
||||
/* Version strings */
|
||||
#define PACKAGE "nuq"
|
||||
#define PROGRAM "QuakeForge: nuq"
|
||||
#define VERSION "0.2.99alpha0"
|
||||
#define QSG_VERSION "1.0"
|
||||
#define QUAKE_VERSION "1.09"
|
||||
#define PACKAGE "quakeforge"
|
||||
#define PROGRAM "QuakeForge"
|
||||
#define VERSION "0.3.0"
|
||||
#define QSG_VERSION ""
|
||||
#define QUAKE_VERSION "@QUAKE_VERSION@"
|
||||
|
||||
#endif // _VERSION_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue