From: curt Date: Wed, 16 May 2007 03:53:47 +0000 (+0000) Subject: For now, OSG head should look for the same "data" tree version as the plib X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a8a971b79d5357c81cf68d9f98b462c1cda79158;p=flightgear.git For now, OSG head should look for the same "data" tree version as the plib branch. --- diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 1198d29da..cd5bba53a 100644 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -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