From 8b75fbc1e6634ed2a0a51017c641b2b19abb4427 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 17 Mar 2000 22:20:32 +0000 Subject: [PATCH] Update for next (0.0.6) release. --- Makefile.am | 2 +- NEWS | 9 +++++++++ configure.in | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) 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 -- 2.39.5