Change the default rsync module to Scenery-0.9.5
This commit is contained in:
parent
0d3bd26188
commit
049afb8a48
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ SG_USING_STD(cout);
|
||||||
SG_USING_STD(endl);
|
SG_USING_STD(endl);
|
||||||
|
|
||||||
static string server = "scenery.flightgear.org";
|
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 source_base = server + (string)"::" + source_module;
|
||||||
static string dest_base = "/dest/scenery/dir";
|
static string dest_base = "/dest/scenery/dir";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue