version 1.0.3

This commit is contained in:
Arndt 2014-08-24 11:05:59 +02:00
parent 3a0f08dd5d
commit 329b36a45d
3 changed files with 4 additions and 4 deletions

View file

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