From 5ea5e6250c71cb8e27441ac8156b8d9c7239e562 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 24 Mar 2004 01:05:53 +0000 Subject: [PATCH] 0.9.4.pre2 updates. --- NEWS | 4 ++-- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 18ce20523..954f65619 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -New in 0.9.4.pre1 -* March 22, 2004 +New in 0.9.4.pre2 +* March 23, 2004 * Impliment SimGear's (aka Andy's) Nasal scripting language in FlightGear and integrate with the FG property system. diff --git a/configure.ac b/configure.ac index c00fda299..de8dab474 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ dnl Require at least automake 2.52 AC_PREREQ(2.52) dnl Initialize the automake stuff -AM_INIT_AUTOMAKE(FlightGear, 0.9.4.pre1) +AM_INIT_AUTOMAKE(FlightGear, 0.9.4.pre2) dnl Checks for programs. AC_PROG_MAKE_SET @@ -91,7 +91,7 @@ fi dnl Used by JSBSim to conditionally compile in fgfs interface code AC_DEFINE([FGFS], 1, [Define so that JSBSim compiles in 'library' mode]) -dnl Used to controll whether clouds3d should be compiled in or not +dnl Used to control whether clouds3d should be compiled in or not AC_DEFINE([FG_USE_CLOUDS_3D], 1, [Define to use 3D cloud support]) AM_CONDITIONAL(FG_USE_CLOUDS_3D, test "x" = "x") -- 2.39.5