Changes for v0.3.9 (final).

This commit is contained in:
curt 2005-11-17 20:54:06 +00:00
parent 61984730ac
commit 4a4e703f16
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -1,5 +1,5 @@
New in 0.3.9-pre2
* November 9, 2005
New in 0.3.9
* November 17, 2005
* Add support for OpenAL 1.1 (with a separate alut library.)
* Add support for volumetric shadows. Aircraft can cast shadows on themselves

View File

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