]> git.mxchange.org Git - flightgear.git/commitdiff
Final updates for v0.9.9
authorcurt <curt>
Thu, 17 Nov 2005 22:54:46 +0000 (22:54 +0000)
committercurt <curt>
Thu, 17 Nov 2005 22:54:46 +0000 (22:54 +0000)
FlightGear.dsp
NEWS
configure.ac
src/Main/main.cxx

index 4c86c6d629abe157ad978b06a017598756445ae5..6da16ec9f577a4215cbf236545f1def9f5a70a17 100644 (file)
@@ -11023,36 +11023,6 @@ SOURCE=.\src\Time\light.hxx
 # End Source File\r
 # Begin Source File\r
 \r
-SOURCE=.\src\Time\sunpos.cxx\r
-\r
-!IF  "$(CFG)" == "FlightGear - Win32 Release"\r
-\r
-# PROP Intermediate_Dir "Release\Lib_Time"\r
-\r
-!ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\r
-\r
-# PROP Intermediate_Dir "Debug\Lib_Time"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
-SOURCE=.\src\Time\sunpos.hxx\r
-\r
-!IF  "$(CFG)" == "FlightGear - Win32 Release"\r
-\r
-# PROP Intermediate_Dir "Release\Lib_Time"\r
-\r
-!ELSEIF  "$(CFG)" == "FlightGear - Win32 Debug"\r
-\r
-# PROP Intermediate_Dir "Debug\Lib_Time"\r
-\r
-!ENDIF \r
-\r
-# End Source File\r
-# Begin Source File\r
-\r
 SOURCE=.\src\Time\sunsolver.cxx\r
 \r
 !IF  "$(CFG)" == "FlightGear - Win32 Release"\r
diff --git a/NEWS b/NEWS
index 3073a97ff336fc10295bb9d4e88bffd8cfc61079..feb6b0e0cb60dbc4662f4783cb862e2288de208b 100644 (file)
--- 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,
index 10736202905f801fbac1e870b7bc9aba09b9d1d6..f073f2a96b334bcc6d7bea8ef2b0de2326646c83 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-pre3)
+AM_INIT_AUTOMAKE(FlightGear, 0.9.9)
 
 dnl Checks for programs.
 AC_PROG_MAKE_SET
index 3f6e8c387f8cf1c4a1eff5531b2c49b1f26d8f65..e1f6a291ef5695d5e3c55d4e8e166816e6d2d706 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-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