Update for next (0.0.6) release.
This commit is contained in:
parent
82f410e955
commit
8b75fbc1e6
@ -1,6 +1,6 @@
|
||||
EXTRA_DIST = mksymlinks.sh acsite.m4 acconfig.h
|
||||
|
||||
dist-hook:
|
||||
tar cf - src/metar | (cd $(distdir); tar xvf -)
|
||||
tar cf - simgear/metar | (cd $(distdir); tar xvf -)
|
||||
|
||||
SUBDIRS = simgear
|
||||
|
9
NEWS
9
NEWS
@ -0,0 +1,9 @@
|
||||
New in 0.0.5
|
||||
* Restructured directory layout to facilitate windows/mac IDE builds.
|
||||
|
||||
New in 0.0.4
|
||||
* Removed mat3.h and friends (we now use plib's sg lib for these sorts of
|
||||
things.)
|
||||
|
||||
New in 0.0.3
|
||||
* Release that conincides with FlightGear-0.7.2
|
@ -6,7 +6,7 @@ dnl $Id$
|
||||
AC_INIT(simgear/bucket/newbucket.cxx)
|
||||
|
||||
dnl Initialize the automake stuff
|
||||
AM_INIT_AUTOMAKE(SimGear, 0.0.4)
|
||||
AM_INIT_AUTOMAKE(SimGear, 0.0.6)
|
||||
|
||||
dnl Checks for programs.
|
||||
AC_PROG_MAKE_SET
|
||||
|
Loading…
Reference in New Issue
Block a user