0.7.9pre2 changes.

This commit is contained in:
curt
2002-02-13 15:10:06 +00:00
parent dd629da8d3
commit 5f70123723
2 changed files with 11 additions and 2 deletions

11
NEWS
View File

@@ -1,4 +1,12 @@
New in 0.0.17
New in 0.0.17pre2
* February 13, 2002
* Replaced some cout's with SG_LOG's
New in 0.0.17pre1
* February 12, 2002
* Removed metakit and zlib from build process. Tarballs are still included
for those who's systems don't provide these packages.
* MSVC fixes.
@@ -20,6 +28,7 @@ New in 0.0.17
and debug tracing of property reads/writes.
* Updates/fixes to xml handling.
New in 0.0.16
* July 12, 2001
* Various changes to the property manager implimentation to better support

View File

@@ -9,7 +9,7 @@ AC_INIT(simgear/bucket/newbucket.cxx)
AC_PREREQ(2.13)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(SimGear, 0.0.17)
AM_INIT_AUTOMAKE(SimGear, 0.0.17pre2)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.