From 35c1b36c2d6a8ea15fcca5a2a1ddfe72e938d039 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 11 Nov 2005 01:24:23 +0000 Subject: [PATCH] v0.9.9-pre3 updates. --- NEWS | 2 +- configure.ac | 2 +- src/Main/main.cxx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 286513679..3073a97ff 100644 --- 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. diff --git a/configure.ac b/configure.ac index 46650294a..107362029 100644 --- a/configure.ac +++ b/configure.ac @@ -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 diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 7aba154ef..48c477ea4 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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