diff --git a/config/config.h b/config/config.h index c345c2590..f5fffe773 100644 --- a/config/config.h +++ b/config/config.h @@ -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"