From: curt Date: Thu, 30 May 2002 15:37:39 +0000 (+0000) Subject: Check for the proper base package version. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b2cefb1450b0e0daf02cff2cf7dce116ab6c914b;p=flightgear.git Check for the proper base package version. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 98720dc22..fc94b74d1 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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();