changed version numbers
This commit is contained in:
parent
eebf22de84
commit
616266084c
4 changed files with 7 additions and 6 deletions
|
@ -23,8 +23,8 @@ import btools.util.CompactLongMap;
|
|||
import btools.util.FrozenLongMap;
|
||||
|
||||
public final class OsmTrack {
|
||||
final public static String version = "1.7.3";
|
||||
final public static String versionDate = "19082023";
|
||||
final public static String version = "1.7.4";
|
||||
final public static String versionDate = "09042024";
|
||||
|
||||
// csv-header-line
|
||||
private static final String MESSAGES_HEADER = "Longitude\tLatitude\tElevation\tDistance\tCostPerKm\tElevCost\tTurnCost\tNodeCost\tInitialCost\tWayTags\tNodeTags\tTime\tEnergy";
|
||||
|
|
|
@ -11,7 +11,7 @@ android {
|
|||
namespace 'btools.routingapp'
|
||||
applicationId "btools.routingapp"
|
||||
|
||||
versionCode 50
|
||||
versionCode 51
|
||||
versionName project.version
|
||||
|
||||
resValue('string', 'app_version', defaultConfig.versionName)
|
||||
|
|
|
@ -22,7 +22,7 @@ allprojects {
|
|||
// app: build.gradle (versionCode only)
|
||||
// OsmTrack (version and versionDate)
|
||||
// docs revisions.md (version and versionDate)
|
||||
project.version "1.7.3"
|
||||
project.version "1.7.4"
|
||||
group 'org.btools'
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
(ZIP-Archives including APK, readme + profiles)
|
||||
|
||||
|
||||
### Changes since last version
|
||||
### [brouter-1.7.4.zip](../brouter_bin/brouter-1.7.4.zip) (current revision, 09.04.2024)
|
||||
|
||||
Library
|
||||
|
||||
|
@ -25,7 +25,8 @@ Android
|
|||
|
||||
[Solved issues](https://github.com/abrensch/brouter/issues?q=is%3Aissue+milestone%3A%22Version+1.7.4%22+is%3Aclosed)
|
||||
|
||||
### [brouter-1.7.3.zip](../brouter_bin/brouter-1.7.3.zip) (current revision, 19.08.2023)
|
||||
|
||||
### [brouter-1.7.3.zip](../brouter_bin/brouter-1.7.3.zip) (19.08.2023)
|
||||
|
||||
- Minor bug fixes
|
||||
|
||||
|
|
Loading…
Reference in a new issue