From: curt Date: Thu, 4 Dec 2003 04:13:43 +0000 (+0000) Subject: Change some terrasync defaults. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=baaea29281b0c1b2d851a9bc435bcc901c5189a2;p=flightgear.git Change some terrasync defaults. --- diff --git a/utils/TerraSync/terrasync.cxx b/utils/TerraSync/terrasync.cxx index fae445ab9..e81d89c45 100644 --- a/utils/TerraSync/terrasync.cxx +++ b/utils/TerraSync/terrasync.cxx @@ -39,8 +39,8 @@ SG_USING_STD(cout); SG_USING_STD(endl); #endif -static string server = "baron.flightgear.org"; -static string source_module = "Scenery-0.7.9"; +static string server = "scenery.flightgear.org"; +static string source_module = "scenery-0.9.2"; static string source_base = server + (string)"::" + source_module; static string dest_base = "/dest/scenery/dir";