1
0
Fork 0

Change the default rsync module to Scenery-0.9.5

This commit is contained in:
curt 2004-06-05 18:46:36 +00:00
parent 0d3bd26188
commit 049afb8a48

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