]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
Updates for 0.9.1
[flightgear.git] / src / Main / main.cxx
index 5a68ab140527721c6a752d8e4d56f609b21db904..8edb7bd7dca52a6c1d40073a87e4850cb6fa94a4 100644 (file)
@@ -1551,7 +1551,7 @@ static bool fgMainInit( int argc, char **argv ) {
     fgInitFGRoot(argc, argv);
 
     // Check for the correct base package version
-    static char required_version[] = "0.9.0";
+    static char required_version[] = "0.9.1";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application