Skip to content

Commit da7cf7a

Browse files
committed
feat: add application icon and version information through QuickView.rc.
1 parent 2087df4 commit da7cf7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

QuickView/QuickView.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99

1010
// Version Information - This sets the display name in Windows
1111
VS_VERSION_INFO VERSIONINFO
12-
FILEVERSION 3,0,4,0
13-
PRODUCTVERSION 3,0,4,0
12+
FILEVERSION 3,0,5,0
13+
PRODUCTVERSION 3,0,5,0
1414
FILEFLAGSMASK 0x3fL
1515
FILEFLAGS 0x0L
1616
FILEOS VOS_NT_WINDOWS32
@@ -23,11 +23,11 @@ BEGIN
2323
BEGIN
2424
VALUE "CompanyName", "QuickView"
2525
VALUE "FileDescription", "QuickView"
26-
VALUE "FileVersion", "3.0.4.0"
26+
VALUE "FileVersion", "3.0.5.0"
2727
VALUE "InternalName", "QuickView"
2828
VALUE "OriginalFilename", "QuickView.exe"
2929
VALUE "ProductName", "QuickView"
30-
VALUE "ProductVersion", "3.0.4.0"
30+
VALUE "ProductVersion", "3.0.5.0"
3131
END
3232
END
3333
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)