File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
61
61
//
62
62
63
63
VS_VERSION_INFO VERSIONINFO
64
- FILEVERSION 1,9 ,0,1
65
- PRODUCTVERSION 1,9 ,0,1
64
+ FILEVERSION 1,10 ,0,1
65
+ PRODUCTVERSION 1,10 ,0,1
66
66
FILEFLAGSMASK 0x3fL
67
67
#ifdef _DEBUG
68
68
FILEFLAGS 0x1L
@@ -79,12 +79,12 @@ BEGIN
79
79
BEGIN
80
80
VALUE "CompanyName", "TODO: <Company name>"
81
81
VALUE "FileDescription", "HDR10Capture"
82
- VALUE "FileVersion", "1.9 .0.1"
82
+ VALUE "FileVersion", "1.10 .0.1"
83
83
VALUE "InternalName", "HDR10Capture"
84
84
VALUE "LegalCopyright", "Copyright (C) 2020"
85
85
VALUE "OriginalFilename", "HDR10Capture.exe"
86
86
VALUE "ProductName", "HDR10Capture"
87
- VALUE "ProductVersion", "1.9 .0.1"
87
+ VALUE "ProductVersion", "1.10 .0.1"
88
88
END
89
89
END
90
90
BLOCK "VarFileInfo"
You can’t perform that action at this time.
0 commit comments