]> git.mxchange.org Git - flightgear.git/commitdiff
Change some terrasync defaults.
authorcurt <curt>
Thu, 4 Dec 2003 04:13:43 +0000 (04:13 +0000)
committercurt <curt>
Thu, 4 Dec 2003 04:13:43 +0000 (04:13 +0000)
utils/TerraSync/terrasync.cxx

index fae445ab93cfded7f92e6598bae0e33d604a4fa5..e81d89c45e493ae0014367566fff42f297c179dd 100644 (file)
@@ -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";