For now, OSG head should look for the same "data" tree version as the plib
branch.
This commit is contained in:
parent
f69d73d639
commit
a8a971b79d
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ bool fgMainInit( int argc, char **argv ) {
|
|||
fgInitFGRoot(argc, argv);
|
||||
|
||||
// Check for the correct base package version
|
||||
static char required_version[] = "0.9.10";
|
||||
static char required_version[] = "0.9.11";
|
||||
string base_version = fgBasePackageVersion();
|
||||
if ( !(base_version == required_version) ) {
|
||||
// tell the operator how to use this application
|
||||
|
|
Loading…
Reference in a new issue