1
0
Fork 0

Tweaks for 0.9.5-pre3 release.

This commit is contained in:
curt 2004-07-27 21:40:37 +00:00
parent 7ec5cbff7b
commit f9af52b588
3 changed files with 8 additions and 5 deletions

9
NEWS
View file

@ -17,13 +17,16 @@ New in 0.9.5-pre1
* The GPS module has been overhauled.
* New joystick configurations added: Cyborg Evo, Top Gun Fox2 Pro USB,
MacAlly iStick USB, SideWinder Precision Pro (on Windows.)
* Updated aircraft: A-10, AN-225, B-52F, BAC-TSR2, T-37, T-38, YF-23, Beech-99,
BO-105 (helicopter), DC-3, F-104, F-16, Fokker 50, Fokker 100, Pilatus PC-7.
* Updated aircraft: 747 flight dynamics model, A-10, AN-225, B-52F, BAC-TSR2,
T-37, T-38, YF-23, Beech-99, BO-105 (helicopter), DC-3, F-104, F-16,
Fokker 50, Fokker 100, Pilatus PC-7.
* New aircraft: Concorde, MD-11, Spitfire IIA, TU-154.
* Updated airport, runway, taxiway, windsock, beacon, and tower data.
* Updated world scenery based on SRTM terrain data. New scenery includes
accurate radio towers for the USA.
* Fix a small bug in the "generic" export protocol.
* Fix (workaround) the shrinking dialogs bug.
* Delay FDM initialization until initial scenery is fully loaded.
New in 0.9.4
* March 26, 2004

View file

@ -12,7 +12,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.5-pre2)
AM_INIT_AUTOMAKE(FlightGear, 0.9.5-pre3)
dnl Checks for programs.
AC_PROG_MAKE_SET

View file

@ -1559,7 +1559,7 @@ bool fgMainInit( int argc, char **argv ) {
fgInitFGRoot(argc, argv);
// Check for the correct base package version
static char required_version[] = "0.9.5-pre2";
static char required_version[] = "0.9.5-pre3";
string base_version = fgBasePackageVersion();
if ( !(base_version == required_version) ) {
// tell the operator how to use this application