Skip to content

Commit

Permalink
bump to 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Mar 25, 2021
1 parent dd23a53 commit ed3a0a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gm8x_fix.c
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ int main(int argc, const char *argv[]) {
valid_args = false;
}
// funny title
puts("Welcome to gm8x_fix v0.5.2!");
puts("Welcome to gm8x_fix v0.5.3!");
puts("Source code is at https://github.com/skyfloogle/gm8x_fix under MIT license.");
puts("---------------------------------------------------------------------------");
// did the user decide to be a funnyman and disable everything
Expand Down
10 changes: 5 additions & 5 deletions version.rc
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
1 VERSIONINFO
FILEVERSION 0,5,2,0
PRODUCTVERSION 0,5,2,0
FILEVERSION 0,5,3,0
PRODUCTVERSION 0,5,3,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Floogle @ https://github.com/skyfloogle"
VALUE "FileDescription", "gm8x_fix"
VALUE "FileVersion", "0.5.2"
VALUE "FileVersion", "0.5.3"
VALUE "InternalName", "gm8x_fix"
VALUE "LegalCopyright", ""
VALUE "OriginalFilename", "gm8x_fix.exe"
VALUE "ProductName", "gm8x_fix v0.5.2"
VALUE "ProductVersion", "0.5.2"
VALUE "ProductName", "gm8x_fix v0.5.3"
VALUE "ProductVersion", "0.5.3"
END
END

Expand Down

0 comments on commit ed3a0a9

Please sign in to comment.