From a9188cc5e3a6b11bc9b7d9ce3d70c0b92ab79983 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 15 Apr 2004 03:40:39 +0000 Subject: [PATCH] Updated to point to new scenery repository (not fully populated but will be in the next week or so.) --- utils/TerraSync/terrasync.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/TerraSync/terrasync.cxx b/utils/TerraSync/terrasync.cxx index 96eb80200..355b15415 100644 --- a/utils/TerraSync/terrasync.cxx +++ b/utils/TerraSync/terrasync.cxx @@ -38,7 +38,7 @@ SG_USING_STD(cout); SG_USING_STD(endl); static string server = "scenery.flightgear.org"; -static string source_module = "scenery-0.9.2"; +static string source_module = "Scenery-0.9.4"; static string source_base = server + (string)"::" + source_module; static string dest_base = "/dest/scenery/dir";