]> git.mxchange.org Git - flightgear.git/commitdiff
For now, OSG head should look for the same "data" tree version as the plib
authorcurt <curt>
Wed, 16 May 2007 03:53:47 +0000 (03:53 +0000)
committercurt <curt>
Wed, 16 May 2007 03:53:47 +0000 (03:53 +0000)
branch.

src/Main/main.cxx

index 1198d29da45abf7a87730464763f09c766c8b64b..cd5bba53a2a74ca409bb926a92105e206fbe15f0 100644 (file)
@@ -932,7 +932,7 @@ bool fgMainInit( int argc, char **argv ) {
     fgInitFGRoot(argc, argv);
 
     // Check for the correct base package version
-    static char required_version[] = "0.9.10";
+    static char required_version[] = "0.9.11";
     string base_version = fgBasePackageVersion();
     if ( !(base_version == required_version) ) {
         // tell the operator how to use this application