From: curt Date: Wed, 13 Feb 2002 15:10:06 +0000 (+0000) Subject: 0.7.9pre2 changes. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5f70123723acfb6188a0c5790c0be6ee1ab80702;p=simgear.git 0.7.9pre2 changes. --- diff --git a/NEWS b/NEWS index d330f3ae..a55612e0 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/configure.in b/configure.in index 01438c6f..b3cb50cc 100644 --- a/configure.in +++ b/configure.in @@ -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.