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 Apr 29, 2022
1 parent be18a1a commit 259fd86
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, 0, 1, 2),
prodvers=(3, 0, 1, 2),
filevers=(3, 0, 1, 3),
prodvers=(3, 0, 1, 3),
# 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.0.1.2'),
StringStruct('FileVersion', '3.0.1.3'),
StringStruct(u'LegalCopyright', u'Copyright (C) 2022 qhy040404 All Rights Reserved'),
StringStruct('ProductName', '大连理工大学图书馆自动预约座位小程序'),
StringStruct('ProductVersion', '3.0.1.2')])
StringStruct('ProductVersion', '3.0.1.3')])
]),
VarFileInfo([VarStruct('Translation', [2052, 1200])])
]
Expand Down

0 comments on commit 259fd86

Please sign in to comment.