Change version number back to 0.1.99pre2 for public test cycle, fix bug in

-ggi
This commit is contained in:
Jeff Teunissen 2000-05-22 12:10:10 +00:00
parent a73a779486
commit eecba96fe3
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ AM_CONFIG_HEADER(include/config.h)
AC_CANONICAL_SYSTEM AC_CANONICAL_SYSTEM
dnl This is the only place where the package version appears 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 dnl Define the proper name for package
AC_DEFINE(PROGRAM, "QuakeForge") AC_DEFINE(PROGRAM, "QuakeForge")

View file

@ -66,7 +66,7 @@
#include "qargs.h" #include "qargs.h"
#include "compat.h" #include "compat.h"
#include "d_local.h" #include "d_local.h"
#inlcude "input.h" #include "input.h"
extern viddef_t vid; // global video state extern viddef_t vid; // global video state
unsigned short d_8to16table[256]; unsigned short d_8to16table[256];