From 0ea3aa52b09eb9c9260e9972c266e3170c402244 Mon Sep 17 00:00:00 2001 From: Tom Yaxley Date: Wed, 21 Jul 2021 10:43:03 +1000 Subject: [PATCH] Update version number --- config/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"