Final 0.9.4 tweaks.
This commit is contained in:
parent
3ddfd77781
commit
0c01cebfc3
3 changed files with 4 additions and 3 deletions
|
@ -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
4
NEWS
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue