Tweaks for next prerelease.

This commit is contained in:
curt 2002-09-02 04:08:01 +00:00
parent e2bfb5633b
commit c44ef2126c
3 changed files with 9 additions and 2 deletions

View File

@ -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.

7
NEWS
View File

@ -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

View File

@ -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.