v0.3.9-pre3 updates.

This commit is contained in:
curt 2005-11-11 00:44:59 +00:00
parent 450ad45882
commit 0e12fbb2a0
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -14,6 +14,8 @@ New in 0.3.9-pre2
features, fixes parser bugs, fixes several internal bugs.
* Our 3d cockpit jitter problem is fixed (woohoo!)
* Add code to support rendering to a texture.
* Allow "tip" popups to pop themselves down after the appropriate
timeout, even if the sim time is paused.
* Various low model level animation fixes and additions ... color,
transparency, 'chrome' effects, randomized spin, etc.
* Create our own portable stdint.h implementation.

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-pre2)
AM_INIT_AUTOMAKE(SimGear, 0.3.9-pre3)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.