Skip to content

Commit

Permalink
edit version info
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuJiewenTT committed Jul 2, 2023
1 parent 27d5072 commit 56a9338
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MCMDC/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
APP_NAME = 'MCModDependencyCheck'
APP_NAME_DISPLAY = 'Minecraft Mod Dependency Check'
APP_NAME_ABBR = 'MCMDC'
APP_VERSION = '1.0.0'
APP_VERSION = '1.0.1'
AUTHORS = ['LiuJiewenTT']
CONTACT_EMAIL = '[email protected]'
PROJECT_LINK = 'https://github.com/LiuJiewenTT/MCModDependencyCheck'
Expand Down
4 changes: 2 additions & 2 deletions version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,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=(1, 0, 0, 0), # 文件版本
prodvers=(1, 0, 0, 0),
filevers=(1, 0, 1, 0), # 文件版本
prodvers=(1, 0, 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 Down
4 changes: 2 additions & 2 deletions version_info_d.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,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=(1, 0, 0, 0), # 文件版本
prodvers=(1, 0, 0, 0),
filevers=(1, 0, 1, 0), # 文件版本
prodvers=(1, 0, 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 Down

0 comments on commit 56a9338

Please sign in to comment.