increment version number, add some news

This commit is contained in:
Bradley Bell 2003-10-06 09:18:21 +00:00
parent f649046f33
commit 52927b1ba2
3 changed files with 9 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2003-10-05 Bradley Bell <btb@icculus.org>
* NEWS, configure.ac: increment version number
* cfile/cfile.c: better handling of CRLF text files (when that is
the native format)

6
NEWS
View file

@ -1,3 +1,9 @@
--- Version 0.2.6 ---
- Added optional console (not really useful, yet)
- Improved movie player
- Improved networking (especially Windows and bigendian unix)
- Improved loading of Descent 1 textures
--- Version 0.2.5 ---
- Fixes crash on controls config
- "status bar" works in GL version

View file

@ -2,7 +2,7 @@
define([D2X_MAJOR],0)
define([D2X_MINOR],2)
define([D2X_MICRO],5)
define([D2X_MICRO],6)
AC_INIT(d2x,[D2X_MAJOR.D2X_MINOR.D2X_MICRO],[descent-source@warpcore.org])
AC_PREREQ(2.52)