Final updates for v0.9.9
This commit is contained in:
parent
ae5cf05827
commit
eca17c0dd8
4 changed files with 4 additions and 34 deletions
|
@ -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"
|
||||
|
|
4
NEWS
4
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,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue