]> git.mxchange.org Git - flightgear.git/commitdiff
Change the default rsync module to Scenery-0.9.5
authorcurt <curt>
Sat, 5 Jun 2004 18:46:36 +0000 (18:46 +0000)
committercurt <curt>
Sat, 5 Jun 2004 18:46:36 +0000 (18:46 +0000)
utils/TerraSync/terrasync.cxx

index 355b1541512433800806c79f088cb64a4557275d..60d875faa4f02cb2c10d3532b496b441414c11cc 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.4";
+static string source_module = "Scenery-0.9.5";
 static string source_base = server + (string)"::" + source_module;
 static string dest_base = "/dest/scenery/dir";