This commit is contained in:
Arndt 2015-10-18 23:53:05 +02:00
parent b21cc2e931
commit 850e8049fb
5 changed files with 6 additions and 6 deletions

View file

@ -533,7 +533,7 @@ private long startTime = 0L;
}
else
{
String result = "version = BRouter-1.3\n"
String result = "version = BRouter-1.3.1\n"
+ "distance = " + cr.getDistance()/1000. + " km\n"
+ "filtered ascend = " + cr.getAscend() + " m\n"
+ "plain ascend = " + cr.getPlainAscend();