Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tommitytom committed Sep 8, 2021
1 parent 6a39149 commit 95a473f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
plugin = {
version = "0.3.3",
version = "0.3.4",
name = "RetroPlug",
author = "tommitytom",
uniqueId = "2wvF",
Expand Down
4 changes: 2 additions & 2 deletions config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions resources/main.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 95a473f

Please sign in to comment.