Skip to content

Commit

Permalink
Upped minor revision
Browse files Browse the repository at this point in the history
  • Loading branch information
hjd1964 committed Dec 28, 2023
1 parent f0f2244 commit 79492e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OnStepX.ino
Expand Up @@ -43,8 +43,8 @@
// Firmware version ----------------------------------------------------------------------------------------------------------------
#define FirmwareName "On-Step"
#define FirmwareVersionMajor 10
#define FirmwareVersionMinor 19 // minor version 00 to 99
#define FirmwareVersionPatch "v" // for example major.minor patch: 10.03c
#define FirmwareVersionMinor 20 // minor version 00 to 99
#define FirmwareVersionPatch "a" // for example major.minor patch: 10.03c
#define FirmwareVersionConfig 6 // internal, for tracking configuration file changes

#include "src/Common.h"
Expand Down

0 comments on commit 79492e8

Please sign in to comment.