The OSG version is now printed with --version.
This adds the OSG version number between the simgear and PLIB versions.
This commit is contained in:
parent
2af076e6cb
commit
912215e949
1 changed files with 1 additions and 0 deletions
|
@ -1328,6 +1328,7 @@ fgOptVersion( const char *arg )
|
|||
}
|
||||
cerr << endl;
|
||||
cerr << "SimGear version: " << SG_STRINGIZE(SIMGEAR_VERSION) << endl;
|
||||
cerr << "OSG version: " << osgGetVersion() << endl;
|
||||
cerr << "PLIB version: " << PLIB_VERSION << endl;
|
||||
return FG_OPTIONS_EXIT;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue