version number change to 1.0.2

This commit is contained in:
Arndt 2014-08-10 18:04:41 +02:00
parent a63e9eb166
commit 2ae06c8b17
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.0.1\n"
String result = "version = BRouter-1.0.2\n"
+ "distance = " + cr.getDistance()/1000. + " km\n"
+ "filtered ascend = " + cr.getAscend() + " m\n"
+ "plain ascend = " + cr.getPlainAscend();