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

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="3"
android:versionName="1.0.1" package="btools.routingapp">
android:versionCode="4"
android:versionName="1.0.2" package="btools.routingapp">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".BRouterActivity"
android:label="@string/app_name"

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();