Tweaks for 0.9.5 release.
This commit is contained in:
parent
f9af52b588
commit
7857ef0381
3 changed files with 4 additions and 4 deletions
4
NEWS
4
NEWS
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue