Skip to content

Commit

Permalink
Prepare release of 0.63.39
Browse files Browse the repository at this point in the history
  • Loading branch information
tboegi committed Apr 16, 2021
1 parent e7882f1 commit c4d4110
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion GpsMaster/bin/org/gpsmaster/info/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
New features in 0.63.39:
file names can be loaded via command line
Bugfix in 0.63.38:
name search panel fixed
New features in 0.63.38:
New features in 0.63.38:
Hike&Bikemap and OpenTopoMap
Use the CTRL key + mouse click to move a wavepoint
degree:minute:second can be entered in Lat/Lon fields
Expand Down
2 changes: 1 addition & 1 deletion GpsMaster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gpsmaster</groupId>
<artifactId>GpsMaster</artifactId>
<version>0.63.38</version>
<version>0.63.39</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion GpsMaster/src/org/gpsmaster/GpsMaster.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
public class GpsMaster extends JComponent {

public static final String PROGRAM_NAME = "GpsMaster";
public static final String VERSION_NUMBER = "0.63.38";
public static final String VERSION_NUMBER = "0.63.39";
public static final String ME = PROGRAM_NAME + " " + VERSION_NUMBER;

// indents show layout hierarchy
Expand Down

0 comments on commit c4d4110

Please sign in to comment.