From 049afb8a48f4d719ff79935af820df628933d2be Mon Sep 17 00:00:00 2001 From: curt Date: Sat, 5 Jun 2004 18:46:36 +0000 Subject: [PATCH] Change the default rsync module to Scenery-0.9.5 --- 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 355b15415..60d875faa 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.4"; +static string source_module = "Scenery-0.9.5"; static string source_base = server + (string)"::" + source_module; static string dest_base = "/dest/scenery/dir";