Skip to content

Commit

Permalink
Merge pull request #377 from afischerdev/update-version
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
afischerdev committed Dec 21, 2021
2 parents a5b8ba4 + 623f3c0 commit a85c742
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions brouter-core/src/main/java/btools/router/OsmTrack.java
Expand Up @@ -33,8 +33,8 @@

public final class OsmTrack
{
final public static String version = "1.6.2";
final public static String versionDate = "10102021";
final public static String version = "1.6.3";
final public static String versionDate = "21122021";

// csv-header-line
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";
Expand Down
2 changes: 1 addition & 1 deletion brouter-routing-app/build.gradle
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
applicationId "btools.routingapp"

versionCode 42
versionCode 43
versionName project.version

resValue('string', 'app_version', defaultConfig.versionName)
Expand Down
1 change: 1 addition & 0 deletions brouter-server/build.gradle
Expand Up @@ -56,6 +56,7 @@ distributions {
exclude('**/softaccess.brf')
from ('../misc') {
include 'readmes/*'
include 'readmes/osmand/*'
include 'profiles2/*'
}
from ('../brouter-routing-app/build/outputs/apk/api19/release') {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -21,7 +21,7 @@ allprojects {
// this file
// app: build.gradle (versionCode only)
// OsmTrack (version and versionDate)
project.version "1.6.2"
project.version "1.6.3"
group 'org.btools'

repositories {
Expand Down

0 comments on commit a85c742

Please sign in to comment.