]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/main.cxx
Updates in preparation for the v0.9.9 coming sometime [hopefully] soon.
[flightgear.git] / src / Main / main.cxx
index c5fd29ab44b10291305f54e8187c35560c08e36e..b75af68f79d1748131a34b457c645e7da2c11223 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.8";
+    static char required_version[] = "0.9.9-pre1";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application