Skip to content

Commit 8a9c77d

Browse files
committed
Prepare for 0.64.06
1 parent 5f7aae3 commit 8a9c77d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

GpsMaster/bin/org/gpsmaster/info/Changelog.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Changes in 0.64.06:
2+
CsvLoader: Support for time
13
Changes in 0.64.05:
24
CsvLoader: Support for waypoints, heading, height, speed, tag
35
Changes in 0.64.04:

GpsMaster/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.gpsmaster</groupId>
44
<artifactId>GpsMaster</artifactId>
5-
<version>0.64.05</version>
5+
<version>0.64.06</version>
66

77
<properties>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

GpsMaster/src/org/gpsmaster/GpsMaster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@
197197
public class GpsMaster extends JComponent {
198198

199199
public static final String PROGRAM_NAME = "GpsMaster";
200-
public static final String VERSION_NUMBER = "0.64.05";
200+
public static final String VERSION_NUMBER = "0.64.06";
201201
public static final String ME = PROGRAM_NAME + " " + VERSION_NUMBER;
202202

203203
// indents show layout hierarchy

0 commit comments

Comments
 (0)