]> git.mxchange.org Git - flightgear.git/commitdiff
v0.9.9-pre3 updates.
authorcurt <curt>
Fri, 11 Nov 2005 01:24:23 +0000 (01:24 +0000)
committercurt <curt>
Fri, 11 Nov 2005 01:24:23 +0000 (01:24 +0000)
NEWS
configure.ac
src/Main/main.cxx

diff --git a/NEWS b/NEWS
index 2865136792db6b8873e96a7ac2d4a9cb7a08258f..3073a97ff336fc10295bb9d4e88bffd8cfc61079 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -83,7 +83,7 @@ New in 0.9.9-pre2
 
 * Aircraft that have had updates since the last release: 737, A-10,
   AN-225, B-52F, BAC-TSR2, Citation-II (550), Comper Swift, Concorde,
-  Hunter, OV10, Spitfire, T37, B1900d, bo105, C172 et. al., DHC2F
+  Hunter, OV10, Spitfire, T37, B1900d, bo105, C172 et. al., C182, DHC2F
   (Beaver), F16, Fokker DR1 Triplane, Fokker 50 (turboprop), Fokker
   100 (jet), J3 Cub, P51, Santa, Seahawk, and 1903 Wright Flyer.
   
index 46650294ab3d32f03b6c09f2ed9fb542d9db6673..10736202905f801fbac1e870b7bc9aba09b9d1d6 100644 (file)
@@ -10,7 +10,7 @@ AC_PREREQ(2.52)
 dnl Initialize the automake stuff
 dnl set the $host variable based on local machine/os
 AC_CANONICAL_TARGET
-AM_INIT_AUTOMAKE(FlightGear, 0.9.9-pre2)
+AM_INIT_AUTOMAKE(FlightGear, 0.9.9-pre3)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET
index 7aba154ef8be703d99ab95a36a0943cb4c9ba28b..48c477ea4dbdb0a30f8d7d5f0d1b1d1097bb9045 100644 (file)
@@ -941,7 +941,7 @@ bool fgMainInit( int argc, char **argv ) {
     fgInitFGRoot(argc, argv);
 
     // Check for the correct base package version
-    static char required_version[] = "0.9.9-pre2";
+    static char required_version[] = "0.9.9-pre3";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application