From: curt Date: Mon, 2 Sep 2002 04:08:01 +0000 (+0000) Subject: Tweaks for next prerelease. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c44ef2126c7159a1b2bd152c07bba1ae308740e7;p=simgear.git Tweaks for next prerelease. --- diff --git a/Doxyfile b/Doxyfile index 334a015b..2a27ee87 100644 --- a/Doxyfile +++ b/Doxyfile @@ -22,7 +22,7 @@ PROJECT_NAME = SimGear # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.0.19pre1 +PROJECT_NUMBER = 0.0.19pre2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/NEWS b/NEWS index d77ccbd3..bc2c9fb9 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +New in 0.0.19pre2 +* September 1, 2002 + +* Fixed various build problems (one show stopper with the interpreters + subdir) + + New in 0.0.19pre1 * August 31, 2002 diff --git a/configure.ac b/configure.ac index 4322821f..885ce39a 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_CONFIG_SRCDIR([simgear/bucket/newbucket.cxx]) AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(SimGear, 0.0.19pre1) +AM_INIT_AUTOMAKE(SimGear, 0.0.19pre2) dnl Specify KAI C++ compiler and flags. dnl Borrowed with slight modification from blitz distribution.