1
0
Fork 0

Tweaks for 0.9.5 release.

This commit is contained in:
curt 2004-07-29 21:54:15 +00:00
parent f9af52b588
commit 7857ef0381
3 changed files with 4 additions and 4 deletions

4
NEWS
View file

@ -1,5 +1,5 @@
New in 0.9.5-pre1
* July 15, 2004
New in 0.9.5
* July 29, 2004
* New AIModel based air traffic subsystem (Durk Talsma)
* Updates to the AIModel subsystem.

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-pre3)
AM_INIT_AUTOMAKE(FlightGear, 0.9.5)
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-pre3";
static char required_version[] = "0.9.5";
string base_version = fgBasePackageVersion();
if ( !(base_version == required_version) ) {
// tell the operator how to use this application