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";