Skip to content

Commit

Permalink
Bump version to 2.2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
pinterf committed Oct 5, 2021
1 parent 132614c commit 64c827e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions masktools/common/mt_resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,2,27,0
PRODUCTVERSION 2,2,27,0
FILEVERSION 2,2,28,0
PRODUCTVERSION 2,2,28,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -58,12 +58,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Masktools Dynamic Link Library"
VALUE "FileVersion", "2.2.27"
VALUE "InternalName", "Masktools 2.2.27"
VALUE "FileVersion", "2.2.28"
VALUE "InternalName", "Masktools 2.2.28"
VALUE "LegalCopyright", "Copyright (C) 2013, 2021"
VALUE "OriginalFilename", "masktools2.dll"
VALUE "ProductName", "Masktools Dynamic Link Library"
VALUE "ProductVersion", "2.2.27"
VALUE "ProductVersion", "2.2.28"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 64c827e

Please sign in to comment.