1.0 preparations

This commit is contained in:
Arndt 2014-07-13 16:32:22 +02:00
parent fb4bf8e0cd
commit a6878ba04e
3 changed files with 3 additions and 3 deletions

View file

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