@@ -6,8 +6,8 @@ VSVersionInfo(
6
6
ffi=FixedFileInfo(
7
7
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
8
8
# Set not needed items to zero 0.
9
- filevers=(0, 3, 6, 1 ),
10
- prodvers=(0, 3, 6, 1 ),
9
+ filevers=(0, 3, 7, 0 ),
10
+ prodvers=(0, 3, 7, 0 ),
11
11
# Contains a bitmask that specifies the valid bits 'flags'r
12
12
mask=0x3f,
13
13
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
31
31
'040904b0',
32
32
[StringStruct('CompanyName', 'PaifuLogger'),
33
33
StringStruct('FileDescription', 'Tenhou-Paifu-Logger'),
34
- StringStruct('FileVersion', '0.3.6.1 '),
34
+ StringStruct('FileVersion', '0.3.7.0 '),
35
35
StringStruct('InternalName', 'Log'),
36
36
StringStruct('LegalCopyright', u'Copyright (C) 2023 Jim137. All Rights Reserved'),
37
37
StringStruct('OriginalFilename', 'log.exe'),
38
38
StringStruct('ProductName', 'Tenhou-Paifu-Logger'),
39
- StringStruct('ProductVersion', '0.3.6.1 '),
39
+ StringStruct('ProductVersion', '0.3.7.0 '),
40
40
StringStruct('SquirrelAwareVersion', '1'),
41
41
StringStruct('', '')])
42
42
]),
0 commit comments