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

Commit

Permalink
Bump(pre)
Browse files Browse the repository at this point in the history
  • Loading branch information
qhy040404 committed May 22, 2022
1 parent d4f0f2c commit 96a52ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import reserve

# pre-define
ver = '3.0.1.8'
ver = '3.0.1.9-pre1'

# process arg
parser = argparse.ArgumentParser()
Expand Down
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, 8),
prodvers=(3, 0, 1, 8),
filevers=(3, 0, 1, 9),
prodvers=(3, 0, 1, 9),
# 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.8'),
StringStruct('FileVersion', '3.0.1.9'),
StringStruct(u'LegalCopyright', u'Copyright (C) 2022 qhy040404 All Rights Reserved'),
StringStruct('ProductName', '大连理工大学图书馆自动预约座位小程序'),
StringStruct('ProductVersion', '3.0.1.8')])
StringStruct('ProductVersion', '3.0.1.9')])
]),
VarFileInfo([VarStruct('Translation', [2052, 1200])])
]
Expand Down

0 comments on commit 96a52ad

Please sign in to comment.