Updates for the official 0.3.4 version.
This commit is contained in:
parent
ea1b70191c
commit
d915ccec6e
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.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
5
NEWS
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user