version 1.0.4

This commit is contained in:
Arndt 2014-09-28 16:15:20 +02:00
parent 1ee41026c1
commit bd5dfb0b2e
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.3\n"
String result = "version = BRouter-1.0.4\n"
+ "distance = " + cr.getDistance()/1000. + " km\n"
+ "filtered ascend = " + cr.getAscend() + " m\n"
+ "plain ascend = " + cr.getPlainAscend();