From 95a473f651742da5122c75cc2d1d9507d932cf44 Mon Sep 17 00:00:00 2001 From: Tom Yaxley Date: Wed, 8 Sep 2021 15:16:14 +1000 Subject: [PATCH] Update version number --- config.lua | 2 +- config/config.h | 4 ++-- resources/main.rc | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config.lua b/config.lua index 4cfdf66e1..857a86782 100644 --- a/config.lua +++ b/config.lua @@ -1,6 +1,6 @@ return { plugin = { - version = "0.3.3", + version = "0.3.4", name = "RetroPlug", author = "tommitytom", uniqueId = "2wvF", diff --git a/config/config.h b/config/config.h index 65dfdf8ed..1ce0f5155 100644 --- a/config/config.h +++ b/config/config.h @@ -4,11 +4,11 @@ #define SEMVER_MAJOR 0 #define SEMVER_MINOR 3 -#define SEMVER_PATCH 3 +#define SEMVER_PATCH 4 #define PLUG_NAME "RetroPlug" #define PLUG_MFR "tommitytom" -#define PLUG_VERSION_HEX 0x00000303 +#define PLUG_VERSION_HEX 0x00000304 #define PLUG_VERSION_STR VERSION_STRING(SEMVER_MAJOR, SEMVER_MINOR, SEMVER_PATCH) #define PLUG_UNIQUE_ID '2wvF' #define PLUG_MFR_ID 'tmtt' diff --git a/resources/main.rc b/resources/main.rc index 995afbc5e..6943980b3 100644 --- a/resources/main.rc +++ b/resources/main.rc @@ -187,8 +187,8 @@ BEGIN BEGIN BLOCK "040004e4" BEGIN - VALUE "FileVersion", "0.3.3" - VALUE "ProductVersion", "0.3.3" + VALUE "FileVersion", "0.3.4" + VALUE "ProductVersion", "0.3.4" VALUE "FileDescription", "RetroPlug" VALUE "InternalName", "RetroPlug" VALUE "ProductName", "RetroPlug"