]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / src / Main / main.cxx
index 3f6e8c387f8cf1c4a1eff5531b2c49b1f26d8f65..e1f6a291ef5695d5e3c55d4e8e166816e6d2d706 100644 (file)
@@ -941,7 +941,7 @@ bool fgMainInit( int argc, char **argv ) {
     fgInitFGRoot(argc, argv);
 
     // Check for the correct base package version
-    static char required_version[] = "0.9.9-pre3";
+    static char required_version[] = "0.9.9";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application