1
0
Fork 0

Check for the proper base package version.

This commit is contained in:
curt 2002-05-30 15:37:39 +00:00
parent 25450e040a
commit b2cefb1450

View file

@ -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();