Updates for the official 0.3.4 version.

This commit is contained in:
curt 2003-10-22 19:21:24 +00:00
parent ea1b70191c
commit d915ccec6e
3 changed files with 5 additions and 4 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.3.4-pre1
PROJECT_NUMBER = 0.3.4
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.

5
NEWS
View File

@ -1,5 +1,5 @@
New in 0.3.4-pre1
* October 15, 2003
New in 0.3.4
* October 22, 2003
* Removed Metakit, FlightGear no longer uses it.
* Removed all glut dependencies from SimGear.
@ -21,6 +21,7 @@ New in 0.3.4-pre1
* Various Solaris fixes.
* Various cygwin/mingwin fixes.
* Various Mac OS X fixes.
* Various Irix fixes.
New in 0.3.3

View File

@ -10,7 +10,7 @@ dnl Require at least automake 2.52
AC_PREREQ(2.52)
dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(SimGear, 0.3.4-pre1)
AM_INIT_AUTOMAKE(SimGear, 0.3.4)
dnl Specify KAI C++ compiler and flags.
dnl Borrowed with slight modification from blitz distribution.