Skip to content

Commit

Permalink
set version 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ericoporto committed Apr 9, 2023
1 parent 7d9de72 commit 1dcd813
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions agstoolbox_version_info.txt
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=(0, 3, 5, 0),
prodvers=(0, 3, 5, 0),
filevers=(0, 3, 6, 0),
prodvers=(0, 3, 6, 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,12 +31,12 @@ VSVersionInfo(
'040904B0',
[StringStruct('CompanyName', 'eri0o'),
StringStruct('FileDescription', 'AGS Toolbox Utility'),
StringStruct('FileVersion', '0.3.5.0'),
StringStruct('FileVersion', '0.3.6.0'),
StringStruct('InternalName', 'cmd'),
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
StringStruct('OriginalFilename', 'agstoolbox.exe'),
StringStruct('ProductName', 'AGS Toolbox'),
StringStruct('ProductVersion', '0.3.5.0')])
StringStruct('ProductVersion', '0.3.6.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
8 changes: 4 additions & 4 deletions atbx_version_info.txt
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=(0, 3, 5, 0),
prodvers=(0, 3, 5, 0),
filevers=(0, 3, 6, 0),
prodvers=(0, 3, 6, 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,12 +31,12 @@ VSVersionInfo(
'040904B0',
[StringStruct('CompanyName', 'eri0o'),
StringStruct('FileDescription', 'ATBX AGS Toolbox Command Line Utility'),
StringStruct('FileVersion', '0.3.5.0'),
StringStruct('FileVersion', '0.3.6.0'),
StringStruct('InternalName', 'cmd'),
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
StringStruct('OriginalFilename', 'atbx.exe'),
StringStruct('ProductName', 'AGS Toolbox'),
StringStruct('ProductVersion', '0.3.5.0')])
StringStruct('ProductVersion', '0.3.6.0')])
]),
VarFileInfo([VarStruct('Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion src/agstoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
__author__ = 'Érico Vieira Porto'
__license__ = 'MIT'
__copyright__ = 'Copyright 2023 Erico Vieira Porto'
__version__ = '0.3.5'
__version__ = '0.3.6'

0 comments on commit 1dcd813

Please sign in to comment.