v0.9.9-pre3 updates.
This commit is contained in:
parent
7612238341
commit
35c1b36c2d
3 changed files with 3 additions and 3 deletions
2
NEWS
2
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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue