Skip to content

Commit

Permalink
bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfloogle committed Feb 1, 2021
1 parent 4d450aa commit a8758d3
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 @@ -278,7 +278,7 @@ int main(int argc, const char *argv[]) {
valid_args = false;
}
// funny title
puts("Welcome to gm8x_fix v0.5.0!");
puts("Welcome to gm8x_fix v0.5.1!");
puts("Source code is at https://github.com/skyfloogle/gm8x_fix under MIT license.");
puts("---------------------------------------------------------------------------");
if (!offer_joystick && !offer_memory && !offer_dplay && !offer_scheduler && !offer_input_lag) {
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,0,0
PRODUCTVERSION 0,5,0,0
FILEVERSION 0,5,1,0
PRODUCTVERSION 0,5,1,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "Floogle @ https://github.com/skyfloogle"
VALUE "FileDescription", "gm8x_fix"
VALUE "FileVersion", "0.5.0"
VALUE "FileVersion", "0.5.1"
VALUE "InternalName", "gm8x_fix"
VALUE "LegalCopyright", ""
VALUE "OriginalFilename", "gm8x_fix.exe"
VALUE "ProductName", "gm8x_fix v0.5.0"
VALUE "ProductVersion", "0.5.0"
VALUE "ProductName", "gm8x_fix v0.5.1"
VALUE "ProductVersion", "0.5.1"
END
END

Expand Down

0 comments on commit a8758d3

Please sign in to comment.