Skip to content

Commit

Permalink
Update version to v1.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Li <[email protected]>
  • Loading branch information
Zalafina committed Oct 30, 2022
1 parent 3e881d7 commit be5c1e2
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 @@ -9,8 +9,8 @@ IDI_ICON1 ICON "image/my_icon.ico"

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

0 comments on commit be5c1e2

Please sign in to comment.