]> git.mxchange.org Git - flightgear.git/commitdiff
0.9.4.pre2 updates.
authorcurt <curt>
Wed, 24 Mar 2004 01:05:53 +0000 (01:05 +0000)
committercurt <curt>
Wed, 24 Mar 2004 01:05:53 +0000 (01:05 +0000)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 18ce20523d237cc29ab4da332af87adf4bcb5da4..954f65619f55e8bcc668e1c3c6a381546e35f2e3 100644 (file)
--- 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.
index c00fda2994aa52e66fcb21ef1a356cc56cfd2b8d..de8dab474659912bccec7d57b30e03bc7c4ec703 100644 (file)
@@ -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")