From d915ccec6ed2542cab7968c31e7439facdc81506 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 22 Oct 2003 19:21:24 +0000 Subject: [PATCH] Updates for the official 0.3.4 version. --- Doxyfile | 2 +- NEWS | 5 +++-- configure.ac | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Doxyfile b/Doxyfile index c1ed4a4b..5d78c958 100644 --- a/Doxyfile +++ b/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. diff --git a/NEWS b/NEWS index 10c44103..930d3169 100644 --- a/NEWS +++ b/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 diff --git a/configure.ac b/configure.ac index ed4cc000..0f29ff32 100644 --- a/configure.ac +++ b/configure.ac @@ -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.