mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-29 07:02:08 +00:00
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:
parent
88bd46b4b6
commit
88058a06c6
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* Version string */
|
/* Version string */
|
||||||
#define VERSION FIXME_DEFINE_THIS!
|
#define VERSION "0.1.0-pre"
|
||||||
|
|
||||||
/* Define if you have the XFree86 DGA extension */
|
/* Define if you have the XFree86 DGA extension */
|
||||||
#undef HAS_DGA
|
#undef HAS_DGA
|
||||||
|
|
|
@ -19,7 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
// quakedef.h -- primary header for client
|
// quakedef.h -- primary header for client
|
||||||
|
|
||||||
#define VERSION "0.1.0"
|
|
||||||
#define GAMENAME "id1" // directory to look in by default
|
#define GAMENAME "id1" // directory to look in by default
|
||||||
|
|
||||||
#if defined(_WIN32) && !defined(WINDED)
|
#if defined(_WIN32) && !defined(WINDED)
|
||||||
|
|
Loading…
Reference in a new issue