Tweaks for 0.3.6-pre3

This commit is contained in:
curt 2004-07-27 21:18:14 +00:00
parent 93314b59fb
commit e2f93e6ae1
2 changed files with 2 additions and 2 deletions

2
NEWS
View File

@ -1,4 +1,4 @@
New in 0.3.6-pre2
New in 0.3.6-pre3
* Better MinGW support
* A bit better handling of OpenAL under Cygwin
* Switched audio system from plib's "sl/sm" to OpenAL.

View File

@ -10,7 +10,7 @@ dnl Require at least automake 2.52
AC_PREREQ(2.52)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(SimGear, 0.3.6-pre2)
AM_INIT_AUTOMAKE(SimGear, 0.3.6-pre3)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.