From 0c01cebfc35e0b085e52ce588328a2232fc68d95 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 26 Mar 2004 21:46:49 +0000 Subject: [PATCH] Final 0.9.4 tweaks. --- Makefile.am | 1 + NEWS | 4 ++-- configure.ac | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index da8279d2d..3940befa7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 954f65619..68ff641d6 100644 --- 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. diff --git a/configure.ac b/configure.ac index de8dab474..1e58d02c6 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(FlightGear, 0.9.4.pre2) +AM_INIT_AUTOMAKE(FlightGear, 0.9.4) dnl Checks for programs. AC_PROG_MAKE_SET