]> git.mxchange.org Git - flightgear.git/commitdiff
Updated the base package version required.
authorcurt <curt>
Sat, 14 Sep 2002 01:58:40 +0000 (01:58 +0000)
committercurt <curt>
Sat, 14 Sep 2002 01:58:40 +0000 (01:58 +0000)
src/Main/main.cxx

index 277957a2fc81154f8e37a3fa29f01165fd3dd180..0b2c3de07f323a6edc9c32ef53f73e7b92876c9d 100644 (file)
@@ -1474,7 +1474,7 @@ int mainLoop( int argc, char **argv ) {
     fgInitFGRoot(argc, argv);
 
     // Check for the correct base package version
-    static char required_version[] = "0.8.0";
+    static char required_version[] = "0.9.0";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application