File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
brouter-core/src/main/java/btools/router Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2323import btools .util .FrozenLongMap ;
2424
2525public final class OsmTrack {
26- final public static String version = "1.7.3 " ;
27- final public static String versionDate = "19082023 " ;
26+ final public static String version = "1.7.4 " ;
27+ final public static String versionDate = "09042024 " ;
2828
2929 // csv-header-line
3030 private static final String MESSAGES_HEADER = "Longitude\t Latitude\t Elevation\t Distance\t CostPerKm\t ElevCost\t TurnCost\t NodeCost\t InitialCost\t WayTags\t NodeTags\t Time\t Energy" ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ android {
1111 namespace ' btools.routingapp'
1212 applicationId " btools.routingapp"
1313
14- versionCode 50
14+ versionCode 51
1515 versionName project. version
1616
1717 resValue(' string' , ' app_version' , defaultConfig. versionName)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ allprojects {
2222 // app: build.gradle (versionCode only)
2323 // OsmTrack (version and versionDate)
2424 // docs revisions.md (version and versionDate)
25- project. version " 1.7.3 "
25+ project. version " 1.7.4 "
2626 group ' org.btools'
2727
2828 repositories {
Original file line number Diff line number Diff line change 33(ZIP-Archives including APK, readme + profiles)
44
55
6- ### Changes since last version
6+ ### [ brouter-1.7.4.zip ] ( ../brouter_bin/brouter-1.7.4.zip ) (current revision, 09.04.2024)
77
88Library
99
@@ -25,7 +25,8 @@ Android
2525
2626[ Solved issues] ( https://github.com/abrensch/brouter/issues?q=is%3Aissue+milestone%3A%22Version+1.7.4%22+is%3Aclosed )
2727
28- ### [ brouter-1.7.3.zip] ( ../brouter_bin/brouter-1.7.3.zip ) (current revision, 19.08.2023)
28+
29+ ### [ brouter-1.7.3.zip] ( ../brouter_bin/brouter-1.7.3.zip ) (19.08.2023)
2930
3031- Minor bug fixes
3132
You can’t perform that action at this time.
0 commit comments