Tweaks for official 0.3.6 release.

This commit is contained in:
curt 2004-07-29 21:36:41 +00:00
parent 297b6193fe
commit 461dee8657
2 changed files with 4 additions and 2 deletions

4
NEWS
View File

@ -1,4 +1,6 @@
New in 0.3.6-pre3
New in 0.3.6
* July 29, 2004
* 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-pre3)
AM_INIT_AUTOMAKE(SimGear, 0.3.6)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.