]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
Multiplayer client/server system -- Fix building MPS enabled binary
[flightgear.git] / src / Main / main.cxx
index 3088b95706276daf73e90d97c56dbd04429c20da..9f2b701d24300d58d1cc73463411146aee1ef403 100644 (file)
@@ -1549,7 +1549,7 @@ bool fgMainInit( int argc, char **argv ) {
     fgInitFGRoot(argc, argv);
 
     // Check for the correct base package version
-    static char required_version[] = "0.9.2";
+    static char required_version[] = "0.9.3";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application