]> git.mxchange.org Git - flightgear.git/commitdiff
Final 0.9.4 tweaks.
authorcurt <curt>
Fri, 26 Mar 2004 21:46:49 +0000 (21:46 +0000)
committercurt <curt>
Fri, 26 Mar 2004 21:46:49 +0000 (21:46 +0000)
Makefile.am
NEWS
configure.ac

index da8279d2d801136a4ad5bbf8d873d120a64339a1..3940befa73d853e35df8ef9b55cc4b4f5914423a 100644 (file)
@@ -33,6 +33,7 @@ fgfs-base-tar:
        tar \
        --exclude=CVS \
        --exclude='*~' \
+       --exclude='*.tex' \
        --exclude='*.xcf' \
        --exclude='*/c172/Instruments.high' \
        --exclude='*/Textures/Unused' \
diff --git a/NEWS b/NEWS
index 954f65619f55e8bcc668e1c3c6a381546e35f2e3..68ff641d6f4e49b8e6c8cd201e1516f5879384d7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-New in 0.9.4.pre2
-* March 23, 2004
+New in 0.9.4
+* March 26, 2004
 
 * Impliment SimGear's (aka Andy's) Nasal scripting language in
   FlightGear and integrate with the FG property system.
index de8dab474659912bccec7d57b30e03bc7c4ec703..1e58d02c6fbcdaf346c672fd3ea3ef3162f5511a 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(FlightGear, 0.9.4.pre2)
+AM_INIT_AUTOMAKE(FlightGear, 0.9.4)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET