]> git.mxchange.org Git - flightgear.git/commitdiff
Updated to point to new scenery repository (not fully populated but will
authorcurt <curt>
Thu, 15 Apr 2004 03:40:39 +0000 (03:40 +0000)
committercurt <curt>
Thu, 15 Apr 2004 03:40:39 +0000 (03:40 +0000)
be in the next week or so.)

utils/TerraSync/terrasync.cxx

index 96eb8020004122588e49bd3a367da242cd71e0da..355b1541512433800806c79f088cb64a4557275d 100644 (file)
@@ -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";