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 11, 2023
1 parent d6d825b commit 72dce21
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 @@
from utils import has_more

# pre-define
ver = '3.1.0.2'
ver = '3.1.1.0'

# initialize
reserve.logging.info('Welcome to DLUT-library-auto-reservation ' + ver)
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, 1, 0, 2),
prodvers=(3, 1, 0, 2),
filevers=(3, 1, 1, 0),
prodvers=(3, 1, 1, 0),
# 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.2'),
StringStruct('FileVersion', '3.1.1.0'),
StringStruct(u'LegalCopyright', u'Copyright (C) 2023 qhy040404 All Rights Reserved'),
StringStruct('ProductName', '大连理工大学图书馆自动预约座位小程序'),
StringStruct('ProductVersion', '3.1.0.2')])
StringStruct('ProductVersion', '3.1.1.0')])
]),
VarFileInfo([VarStruct('Translation', [2052, 1200])])
]
Expand Down

0 comments on commit 72dce21

Please sign in to comment.