]> 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 76e389489ab1c6acd0b5515ff9b30b4ec6ab51ae..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.3-pre1";
+    static char required_version[] = "0.9.3";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application