1
0
Fork 0

For now, OSG head should look for the same "data" tree version as the plib

branch.
This commit is contained in:
curt 2007-05-16 03:53:47 +00:00
parent f69d73d639
commit a8a971b79d

View file

@ -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