Skip to content

Commit

Permalink
Upped minor revision for release
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Apr 29, 2021
1 parent ce1683e commit 627b5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OnStep.ino
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
// firmware info, these are returned by the ":GV?#" commands
#define FirmwareDate __DATE__
#define FirmwareVersionMajor 4
#define FirmwareVersionMinor 23 // minor version 0 to 99
#define FirmwareVersionPatch "r" // for example major.minor patch: 1.3c
#define FirmwareVersionMinor 24 // minor version 0 to 99
#define FirmwareVersionPatch "a" // for example major.minor patch: 1.3c
#define FirmwareVersionConfig 3 // internal, for tracking configuration file changes
#define FirmwareName "On-Step"
#define FirmwareTime __TIME__
Expand Down

0 comments on commit 627b5e8

Please sign in to comment.