Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed May 7, 2023
1 parent 680581b commit 603a3d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/version
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=(3, 1, 0, 0),
prodvers=(3, 1, 0, 0),
filevers=(3, 1, 0, 1),
prodvers=(3, 1, 0, 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,10 +31,10 @@ VSVersionInfo(
'080404b0',
[StringStruct('CompanyName', 'qhy040404'),
StringStruct('FileDescription', '大连理工大学图书馆自动预约座位小程序'),
StringStruct('FileVersion', '3.1.0.0'),
StringStruct('FileVersion', '3.1.0.1'),
StringStruct(u'LegalCopyright', u'Copyright (C) 2023 qhy040404 All Rights Reserved'),
StringStruct('ProductName', '大连理工大学图书馆自动预约座位小程序'),
StringStruct('ProductVersion', '3.1.0.0')])
StringStruct('ProductVersion', '3.1.0.1')])
]),
VarFileInfo([VarStruct('Translation', [2052, 1200])])
]
Expand Down

0 comments on commit 603a3d5

Please sign in to comment.