# 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.
-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.
* Various Solaris fixes.
* Various cygwin/mingwin fixes.
* Various Mac OS X fixes.
+* Various Irix fixes.
New in 0.3.3
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.