@@ -7,8 +7,8 @@ VSVersionInfo(
7
7
ffi=FixedFileInfo(
8
8
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
9
9
# Set not needed items to zero 0.
10
- filevers=(4, 3, 0 , 0),
11
- prodvers=(4, 3, 0 , 0),
10
+ filevers=(4, 3, 1 , 0),
11
+ prodvers=(4, 3, 1 , 0),
12
12
# Contains a bitmask that specifies the valid bits 'flags'r
13
13
mask=0x3f,
14
14
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
32
32
u'040904e4',
33
33
[StringStruct(u'CompanyName', u'MCCI Corporation'),
34
34
StringStruct(u'FileDescription', u'MCCI Cricket'),
35
- StringStruct(u'FileVersion', u'4.3.0 .0'),
35
+ StringStruct(u'FileVersion', u'4.3.1 .0'),
36
36
StringStruct(u'InternalName', u'MCCI Cricket '),
37
37
StringStruct(u'LegalCopyright', u'Copyright © 2020-24 MCCI Corporation All Rights Reserved'),
38
38
StringStruct(u'OriginalFilename', u'Cricket.exe'),
39
39
StringStruct(u'ProductName', u'MCCI Cricket'),
40
- StringStruct(u'ProductVersion', u'4.3.0 .0')])
40
+ StringStruct(u'ProductVersion', u'4.3.1 .0')])
41
41
]),
42
42
VarFileInfo([VarStruct(u'Translation', [1033, 1252])])
43
43
]
0 commit comments