From a8a971b79d5357c81cf68d9f98b462c1cda79158 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 16 May 2007 03:53:47 +0000 Subject: [PATCH] For now, OSG head should look for the same "data" tree version as the plib branch. --- src/Main/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5