From dafbe62bfc212c227007b6a6e864d9feba75ca3d Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 1 Apr 1999 13:52:10 +0000 Subject: [PATCH] Version 0.6.0 Shape name tweak. Removing tool: FixNode --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 4a002ac69..a3782b43d 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ dnl AC_INIT(Simulator/Aircraft/aircraft.cxx) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(FlightGear, 0.59) +AM_INIT_AUTOMAKE(FlightGear, 0.6.0) dnl Checks for programs. AC_PROG_MAKE_SET @@ -353,7 +353,6 @@ AC_OUTPUT( \ Tools/Utils/Makedir/Makefile \ Tools/Areas/Makefile \ Tools/AssemTris/Makefile \ - Tools/FixNode/Makefile \ Tools/FixObj/Makefile \ Tools/SplitTris/Makefile \ Tools/Stripe_w/Makefile \