mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-01-21 23:50:58 +00:00
Change version number back to 0.1.99pre2 for public test cycle, fix bug in
-ggi
This commit is contained in:
parent
a73a779486
commit
eecba96fe3
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ AM_CONFIG_HEADER(include/config.h)
|
|||
AC_CANONICAL_SYSTEM
|
||||
|
||||
dnl This is the only place where the package version appears
|
||||
AM_INIT_AUTOMAKE(quakeforge, 0.2.0)
|
||||
AM_INIT_AUTOMAKE(quakeforge, 0.1.99pre2)
|
||||
|
||||
dnl Define the proper name for package
|
||||
AC_DEFINE(PROGRAM, "QuakeForge")
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
#include "qargs.h"
|
||||
#include "compat.h"
|
||||
#include "d_local.h"
|
||||
#inlcude "input.h"
|
||||
#include "input.h"
|
||||
|
||||
extern viddef_t vid; // global video state
|
||||
unsigned short d_8to16table[256];
|
||||
|
|
Loading…
Reference in a new issue