# 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
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,
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
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