v0.3.10 changes.

This commit is contained in:
curt 2006-04-05 18:42:45 +00:00
parent 010a44f831
commit 76c6482495
2 changed files with 4 additions and 4 deletions

6
NEWS
View File

@ -1,5 +1,5 @@
New in 0.3.10-pre3
* March 27, 2006
New in 0.3.10
* April 5, 2006
* Add a small accessor function to expose local timezone offset.
* Improved exception handling and made output more helpful in various places.
@ -17,7 +17,7 @@ New in 0.3.10-pre3
library.
* Add MacOS RenderTexture support.
* Add a Nasal based io libarary that is not activated by default.
* Added a set of preliminary MS-VC8 project files.
* Added a set of MS-VC8 project files.
* Various platform related bug fixes.
* Various compiler related bug/warning fixes.

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