Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artem78 committed Aug 2, 2020
1 parent cdff167 commit 34abae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sis/GPSTracker.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
&EN

; standard SIS file header
#{"GPSTracker"},(0xE959FFAC),0,0,0
#{"GPS Tracker"},(0xE959FFAC),1,0,0

;Localised Vendor name
%{"artem78 <[email protected]>"}
Expand Down
2 changes: 1 addition & 1 deletion src/GPSTrackerAppUi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
// Constants

_LIT(KProgramName, "GPS Tracker");
_LIT(KProgramVersion, "0.0.0"); // ToDo: Change this
_LIT(KProgramVersion, "1.0.0");
_LIT(KTracksDir, "\\data\\GPSTracker\\tracks\\");
_LIT(KLogsDir, "\\data\\GPSTracker\\logs\\");
_LIT(KTimeFormatForFileName, "%F%Y%M%D_%H%T%S");
Expand Down

0 comments on commit 34abae2

Please sign in to comment.