]> git.mxchange.org Git - flightgear.git/commitdiff
Check for the proper base package version.
authorcurt <curt>
Thu, 30 May 2002 15:37:39 +0000 (15:37 +0000)
committercurt <curt>
Thu, 30 May 2002 15:37:39 +0000 (15:37 +0000)
src/Main/main.cxx

index 98720dc22fcf03e1baba463a6496314cc929cd3e..fc94b74d1f503bea267169a4d1c8b20d52f5548d 100644 (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();