Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tommitytom committed Jul 21, 2021
1 parent c9fb140 commit 0ea3aa5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@

#define SEMVER_MAJOR 0
#define SEMVER_MINOR 3
#define SEMVER_PATCH 0
#define SEMVER_PATCH 1

#define PLUG_NAME "RetroPlug"
#define PLUG_MFR "tommitytom"
#define PLUG_VERSION_HEX 0x00000300
#define PLUG_VERSION_HEX 0x00000301
#define PLUG_VERSION_STR VERSION_STRING(SEMVER_MAJOR, SEMVER_MINOR, SEMVER_PATCH)
#define PLUG_UNIQUE_ID '2wvF'
#define PLUG_MFR_ID 'tmtt'
#define PLUG_URL_STR "https://tommitytom.co.uk"
#define PLUG_EMAIL_STR "retroplug@tommitytom.co.uk"
#define PLUG_COPYRIGHT_STR "Copyright 2020 Tom Yaxley"
#define PLUG_COPYRIGHT_STR "Copyright 2021 Tom Yaxley"
#define PLUG_CLASS_NAME RetroPlugInstrument

#define BUNDLE_NAME "RetroPlug"
Expand Down

0 comments on commit 0ea3aa5

Please sign in to comment.