Skip to content

Commit

Permalink
Update to v1.2.8 , support Qt6 version.
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Li <[email protected]>
  • Loading branch information
Zalafina committed Dec 24, 2022
1 parent 7807ac0 commit b448c52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions QKeyMapper/QKeyMapper.rc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ IDI_ICON1 ICON "image/my_icon.ico"

// Version
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,7,0
PRODUCTVERSION 1,2,7,0
FILEVERSION 1,2,8,0
PRODUCTVERSION 1,2,8,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -31,12 +31,12 @@ BEGIN
BEGIN
VALUE "Comments", "https://github.com/Zalafina/QKeyMapper"
VALUE "FileDescription", "QKeyMapper"
VALUE "FileVersion", "1.2.7.0"
VALUE "FileVersion", "1.2.8.0"
VALUE "InternalName", "QKeyMapper"
VALUE "LegalCopyright", "Copyright (c) 2022, AsukaVoV"
VALUE "OriginalFilename", "QKeyMapper.exe"
VALUE "ProductName", "QKeyMapper"
VALUE "ProductVersion", "1.2.7.0"
VALUE "ProductVersion", "1.2.8.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit b448c52

Please sign in to comment.