diff --git a/Makefile.am b/Makefile.am index 97fc99ac..6c307276 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/NEWS b/NEWS index e69de29b..0a88f90d 100644 --- a/NEWS +++ b/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 diff --git a/configure.in b/configure.in index 2079f694..a788d3fc 100644 --- a/configure.in +++ b/configure.in @@ -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