Tweaks for next prerelease.
This commit is contained in:
parent
e2bfb5633b
commit
c44ef2126c
2
Doxyfile
2
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.
|
||||
|
7
NEWS
7
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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user