clean stuff up, getting ready for 0.2.0 release

This commit is contained in:
Bradley Bell 2003-02-26 11:11:14 +00:00
parent cee968081c
commit 6a0a6b442e
3 changed files with 6 additions and 5 deletions

View file

@ -1,5 +1,8 @@
2003-02-26 Bradley Bell <bradleyb@smeagol> 2003-02-26 Bradley Bell <bradleyb@smeagol>
* NEWS, configure.ac, readme.txt: clean stuff up, getting ready
for 0.2.0 release
* main/titles.c: begin support for rendering spinning robots in * main/titles.c: begin support for rendering spinning robots in
briefings briefings

View file

@ -1,8 +1,8 @@
# -*- mode: shell-script -*- # -*- mode: shell-script -*-
define([D2X_MAJOR],0) define([D2X_MAJOR],0)
define([D2X_MINOR],1) define([D2X_MINOR],2)
define([D2X_MICRO],4) define([D2X_MICRO],0)
AC_INIT(d2x,[D2X_MAJOR.D2X_MINOR.D2X_MICRO],[descent-source@warpcore.org]) AC_INIT(d2x,[D2X_MAJOR.D2X_MINOR.D2X_MICRO],[descent-source@warpcore.org])
AC_PREREQ(2.52) AC_PREREQ(2.52)
@ -292,6 +292,7 @@ AM_CONDITIONAL(USE_ASM, test x$enable_assembler != xno)
AH_BOTTOM([ AH_BOTTOM([
/* General defines */ /* General defines */
#define VERSION_NAME PACKAGE_STRING
#define NMONO 1 #define NMONO 1
#define PIGGY_USE_PAGING 1 #define PIGGY_USE_PAGING 1
#define NEWDEMO 1 #define NEWDEMO 1

View file

@ -1,6 +1,3 @@
Please view the file README before this file.
Legal Stuff: Legal Stuff:
THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX