From eca17c0dd807ce21e8234fb10fa72d5d6156977f Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 17 Nov 2005 22:54:46 +0000 Subject: [PATCH] Final updates for v0.9.9 --- FlightGear.dsp | 30 ------------------------------ NEWS | 4 ++-- configure.ac | 2 +- src/Main/main.cxx | 2 +- 4 files changed, 4 insertions(+), 34 deletions(-) diff --git a/FlightGear.dsp b/FlightGear.dsp index 4c86c6d62..6da16ec9f 100644 --- a/FlightGear.dsp +++ b/FlightGear.dsp @@ -11023,36 +11023,6 @@ SOURCE=.\src\Time\light.hxx # End Source File # Begin Source File -SOURCE=.\src\Time\sunpos.cxx - -!IF "$(CFG)" == "FlightGear - Win32 Release" - -# PROP Intermediate_Dir "Release\Lib_Time" - -!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" - -# PROP Intermediate_Dir "Debug\Lib_Time" - -!ENDIF - -# End Source File -# Begin Source File - -SOURCE=.\src\Time\sunpos.hxx - -!IF "$(CFG)" == "FlightGear - Win32 Release" - -# PROP Intermediate_Dir "Release\Lib_Time" - -!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug" - -# PROP Intermediate_Dir "Debug\Lib_Time" - -!ENDIF - -# End Source File -# Begin Source File - SOURCE=.\src\Time\sunsolver.cxx !IF "$(CFG)" == "FlightGear - Win32 Release" diff --git a/NEWS b/NEWS index 3073a97ff..feb6b0e0c 100644 --- a/NEWS +++ b/NEWS @@ -78,8 +78,8 @@ New in 0.9.9-pre2 several memory leaks fixed. * New aircraft available (in various stages of developement): A380, - Boeing 314 (seaplane), Citation Bravo (glass cockpit), F-8E - Crusader, Hurricane IIb, MiG-15bis, TU-114, B29, C150, and SR20. + Boeing 314 (seaplane), Citation Bravo (glass cockpit), Hurricane IIb, + MiG-15bis, TU-114, B29, C150, and SR20. * Aircraft that have had updates since the last release: 737, A-10, AN-225, B-52F, BAC-TSR2, Citation-II (550), Comper Swift, Concorde, diff --git a/configure.ac b/configure.ac index 107362029..f073f2a96 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-pre3) +AM_INIT_AUTOMAKE(FlightGear, 0.9.9) dnl Checks for programs. AC_PROG_MAKE_SET diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 3f6e8c387..e1f6a291e 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-pre3"; + static char required_version[] = "0.9.9"; string base_version = fgBasePackageVersion(); if ( !(base_version == required_version) ) { // tell the operator how to use this application