1.2 prparations

This commit is contained in:
Arndt 2015-03-30 14:22:19 +02:00
parent deb3b0eb02
commit 062702c5a3
4 changed files with 5 additions and 5 deletions

View file

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