Skip to content

Commit 5f2fba8

Browse files
committed
Update file version and product version to 0.3.7
1 parent 6a5e656 commit 5f2fba8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

file_version_info.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# 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),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
'040904b0',
3232
[StringStruct('CompanyName', 'PaifuLogger'),
3333
StringStruct('FileDescription', 'Tenhou-Paifu-Logger'),
34-
StringStruct('FileVersion', '0.3.6.1'),
34+
StringStruct('FileVersion', '0.3.7.0'),
3535
StringStruct('InternalName', 'Log'),
3636
StringStruct('LegalCopyright', u'Copyright (C) 2023 Jim137. All Rights Reserved'),
3737
StringStruct('OriginalFilename', 'log.exe'),
3838
StringStruct('ProductName', 'Tenhou-Paifu-Logger'),
39-
StringStruct('ProductVersion', '0.3.6.1'),
39+
StringStruct('ProductVersion', '0.3.7.0'),
4040
StringStruct('SquirrelAwareVersion', '1'),
4141
StringStruct('', '')])
4242
]),

0 commit comments

Comments
 (0)