]> git.mxchange.org Git - simgear.git/commitdiff
Update for next (0.0.6) release.
authorcurt <curt>
Fri, 17 Mar 2000 22:20:32 +0000 (22:20 +0000)
committercurt <curt>
Fri, 17 Mar 2000 22:20:32 +0000 (22:20 +0000)
Makefile.am
NEWS
configure.in

index 97fc99ac9b1ed1fb894d75e9d3cc32797f7c5cf5..6c307276bc269a2c40cbbf9e17f5c1f666892f8c 100644 (file)
@@ -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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0a88f90de32ba9f4581189093f4a88ea348d6c60 100644 (file)
--- 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
index 2079f694ba0c727400c23bcab0cdcca0f1393075..a788d3fcc9dc06522c6a34a4fdee4b1fc7392c38 100644 (file)
@@ -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