Check for the proper base package version.
This commit is contained in:
parent
25450e040a
commit
b2cefb1450
1 changed files with 1 additions and 1 deletions
|
@ -1420,7 +1420,7 @@ int mainLoop( int argc, char **argv ) {
|
|||
|
||||
// Check for the correct base package version
|
||||
string base_version = fgBasePackageVersion();
|
||||
if ( !(base_version == "0.7.9") ) {
|
||||
if ( !(base_version == "0.7.11pre1") ) {
|
||||
// tell the operator how to use this application
|
||||
fgUsage();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue