Updated the base package version required.
This commit is contained in:
parent
bdde29e203
commit
82c87b2456
1 changed files with 1 additions and 1 deletions
|
@ -1474,7 +1474,7 @@ int mainLoop( int argc, char **argv ) {
|
|||
fgInitFGRoot(argc, argv);
|
||||
|
||||
// Check for the correct base package version
|
||||
static char required_version[] = "0.8.0";
|
||||
static char required_version[] = "0.9.0";
|
||||
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