1
0
Fork 0

Final 0.9.4 tweaks.

This commit is contained in:
curt 2004-03-26 21:46:49 +00:00
parent 3ddfd77781
commit 0c01cebfc3
3 changed files with 4 additions and 3 deletions

View file

@ -33,6 +33,7 @@ fgfs-base-tar:
tar \ tar \
--exclude=CVS \ --exclude=CVS \
--exclude='*~' \ --exclude='*~' \
--exclude='*.tex' \
--exclude='*.xcf' \ --exclude='*.xcf' \
--exclude='*/c172/Instruments.high' \ --exclude='*/c172/Instruments.high' \
--exclude='*/Textures/Unused' \ --exclude='*/Textures/Unused' \

4
NEWS
View file

@ -1,5 +1,5 @@
New in 0.9.4.pre2 New in 0.9.4
* March 23, 2004 * March 26, 2004
* Impliment SimGear's (aka Andy's) Nasal scripting language in * Impliment SimGear's (aka Andy's) Nasal scripting language in
FlightGear and integrate with the FG property system. FlightGear and integrate with the FG property system.

View file

@ -10,7 +10,7 @@ dnl Require at least automake 2.52
AC_PREREQ(2.52) AC_PREREQ(2.52)
dnl Initialize the automake stuff dnl Initialize the automake stuff
AM_INIT_AUTOMAKE(FlightGear, 0.9.4.pre2) AM_INIT_AUTOMAKE(FlightGear, 0.9.4)
dnl Checks for programs. dnl Checks for programs.
AC_PROG_MAKE_SET AC_PROG_MAKE_SET