Skip to content

Commit

Permalink
info 0.3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim137 committed Nov 2, 2023
1 parent 4bb8697 commit e8a4ae1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions file_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0.
filevers=(0, 3, 6, 0),
prodvers=(0, 3, 6, 0),
filevers=(0, 3, 6, 1),
prodvers=(0, 3, 6, 1),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,12 +31,12 @@ VSVersionInfo(
'040904b0',
[StringStruct('CompanyName', 'PaifuLogger'),
StringStruct('FileDescription', 'Tenhou-Paifu-Logger'),
StringStruct('FileVersion', '0.3.6'),
StringStruct('FileVersion', '0.3.6.1'),
StringStruct('InternalName', 'Log'),
StringStruct('LegalCopyright', u'Copyright (C) 2023 Jim137. All Rights Reserved'),
StringStruct('OriginalFilename', 'log.exe'),
StringStruct('ProductName', 'Tenhou-Paifu-Logger'),
StringStruct('ProductVersion', '0.3.6'),
StringStruct('ProductVersion', '0.3.6.1'),
StringStruct('SquirrelAwareVersion', '1'),
StringStruct('', '')])
]),
Expand Down

0 comments on commit e8a4ae1

Please sign in to comment.