Anticipating v2.4.0 - bump fgdata version to 2.3.0
This commit is contained in:
parent
c346bcee77
commit
0774ca000a
1 changed files with 1 additions and 1 deletions
|
@ -612,7 +612,7 @@ int fgMainInit( int argc, char **argv ) {
|
||||||
fgInitFGRoot(argc, argv);
|
fgInitFGRoot(argc, argv);
|
||||||
|
|
||||||
// Check for the correct base package version
|
// Check for the correct base package version
|
||||||
static char required_version[] = "2.0.0";
|
static char required_version[] = "2.3.0";
|
||||||
string base_version = fgBasePackageVersion();
|
string base_version = fgBasePackageVersion();
|
||||||
if ( !(base_version == required_version) ) {
|
if ( !(base_version == required_version) ) {
|
||||||
// tell the operator how to use this application
|
// tell the operator how to use this application
|
||||||
|
|
Loading…
Add table
Reference in a new issue