From c44ef2126c7159a1b2bd152c07bba1ae308740e7 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 2 Sep 2002 04:08:01 +0000 Subject: [PATCH] Tweaks for next prerelease. --- Doxyfile | 2 +- NEWS | 7 +++++++ configure.ac | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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. -- 2.39.5