Skip to content

Commit 95a473f

Browse files
committed
Update version number
1 parent 6a39149 commit 95a473f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
return {
22
plugin = {
3-
version = "0.3.3",
3+
version = "0.3.4",
44
name = "RetroPlug",
55
author = "tommitytom",
66
uniqueId = "2wvF",

config/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
#define SEMVER_MAJOR 0
66
#define SEMVER_MINOR 3
7-
#define SEMVER_PATCH 3
7+
#define SEMVER_PATCH 4
88

99
#define PLUG_NAME "RetroPlug"
1010
#define PLUG_MFR "tommitytom"
11-
#define PLUG_VERSION_HEX 0x00000303
11+
#define PLUG_VERSION_HEX 0x00000304
1212
#define PLUG_VERSION_STR VERSION_STRING(SEMVER_MAJOR, SEMVER_MINOR, SEMVER_PATCH)
1313
#define PLUG_UNIQUE_ID '2wvF'
1414
#define PLUG_MFR_ID 'tmtt'

resources/main.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,8 +187,8 @@ BEGIN
187187
BEGIN
188188
BLOCK "040004e4"
189189
BEGIN
190-
VALUE "FileVersion", "0.3.3"
191-
VALUE "ProductVersion", "0.3.3"
190+
VALUE "FileVersion", "0.3.4"
191+
VALUE "ProductVersion", "0.3.4"
192192
VALUE "FileDescription", "RetroPlug"
193193
VALUE "InternalName", "RetroPlug"
194194
VALUE "ProductName", "RetroPlug"

0 commit comments

Comments
 (0)