]> git.mxchange.org Git - simgear.git/commitdiff
Updates for the official 0.3.4 version.
authorcurt <curt>
Wed, 22 Oct 2003 19:21:24 +0000 (19:21 +0000)
committercurt <curt>
Wed, 22 Oct 2003 19:21:24 +0000 (19:21 +0000)
Doxyfile
NEWS
configure.ac

index c1ed4a4b7f494c35164c9a48269f0513a2673721..5d78c958c59184173adf7c27b627cbe73617379c 100644 (file)
--- 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 10c441032f184d124d8b082afc8a39fb468803b2..930d31697e40a2ff75c2d735d97ccad968ff6612 100644 (file)
--- 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
index ed4cc000a9d43ab0ab1eb6e5f29f8dc2f54545ae..0f29ff32807b8f4c03a97f7cf11cf867c9c0ca65 100644 (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.