From 5f0d0ecc5cf28b7d53c1d00830dfe028d7681df8 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Wed, 31 Oct 2001 10:09:41 +0000 Subject: [PATCH] Added news --- NEWS | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d54d01f1..ae3fd6d1 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +--- Version 0.1.2 --- +Menus now work in OpenGL! +You can now use the -tmap option to select between the different +texture mapping routines (c, fp, i386, pent, ppro) at runtime. +Please bear with me while the source undergoes some rather ugly +reorganization to fit more closely to the layout of d1x. This makes +synchronization with d1x far, far easier. + --- Version 0.1.1 --- Assembly under mingw32 now works. Invulnerable robots bug fixed! diff --git a/configure.in b/configure.in index 12ab0014..59963f3c 100644 --- a/configure.in +++ b/configure.in @@ -8,7 +8,7 @@ AC_VALIDATE_CACHED_SYSTEM_TUPLE( ) AM_CONFIG_HEADER(conf.h) -AM_INIT_AUTOMAKE(d2x, 0.1.1) +AM_INIT_AUTOMAKE(d2x, 0.1.2) AM_MAINTAINER_MODE -- 2.39.2