Skip to content

Commit

Permalink
Version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam777Z committed Jul 18, 2024
1 parent a3b179b commit b6b3ebd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ IDI_ICON ICON "XboxOneLogo.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,7,0,0
PRODUCTVERSION 1,7,0,0
FILEVERSION 1,8,0,0
PRODUCTVERSION 1,8,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -78,10 +78,10 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Xbox Controller Button Remapper"
VALUE "FileVersion", "1.7.0.0"
VALUE "FileVersion", "1.8.0.0"
VALUE "LegalCopyright", "Copyright (C) 2015-2024 Adam777 & others"
VALUE "ProductName", "Xbox Controller Button Remapper"
VALUE "ProductVersion", "1.7.0.0"
VALUE "ProductVersion", "1.8.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit b6b3ebd

Please sign in to comment.