* 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.
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
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