Skip to content

Commit 0ec0c70

Browse files
committed
set version 0.3.8
1 parent adf7d5c commit 0ec0c70

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

agstoolbox_version_info.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(0, 3, 7, 0),
10-
prodvers=(0, 3, 7, 0),
9+
filevers=(0, 3, 8, 0),
10+
prodvers=(0, 3, 8, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
'040904B0',
3232
[StringStruct('CompanyName', 'eri0o'),
3333
StringStruct('FileDescription', 'AGS Toolbox Utility'),
34-
StringStruct('FileVersion', '0.3.7.0'),
34+
StringStruct('FileVersion', '0.3.8.0'),
3535
StringStruct('InternalName', 'cmd'),
3636
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
3737
StringStruct('OriginalFilename', 'agstoolbox.exe'),
3838
StringStruct('ProductName', 'AGS Toolbox'),
39-
StringStruct('ProductVersion', '0.3.7.0')])
39+
StringStruct('ProductVersion', '0.3.8.0')])
4040
]),
4141
VarFileInfo([VarStruct('Translation', [1033, 1200])])
4242
]

atbx_version_info.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# Set not needed items to zero 0.
9-
filevers=(0, 3, 7, 0),
10-
prodvers=(0, 3, 7, 0),
9+
filevers=(0, 3, 8, 0),
10+
prodvers=(0, 3, 8, 0),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ VSVersionInfo(
3131
'040904B0',
3232
[StringStruct('CompanyName', 'eri0o'),
3333
StringStruct('FileDescription', 'ATBX AGS Toolbox Command Line Utility'),
34-
StringStruct('FileVersion', '0.3.7.0'),
34+
StringStruct('FileVersion', '0.3.8.0'),
3535
StringStruct('InternalName', 'cmd'),
3636
StringStruct('LegalCopyright', '© eri0o. All rights reserved.'),
3737
StringStruct('OriginalFilename', 'atbx.exe'),
3838
StringStruct('ProductName', 'AGS Toolbox'),
39-
StringStruct('ProductVersion', '0.3.7.0')])
39+
StringStruct('ProductVersion', '0.3.8.0')])
4040
]),
4141
VarFileInfo([VarStruct('Translation', [1033, 1200])])
4242
]

src/agstoolbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
__author__ = 'Érico Vieira Porto'
66
__license__ = 'MIT'
77
__copyright__ = 'Copyright 2023 Erico Vieira Porto'
8-
__version__ = '0.3.7'
8+
__version__ = '0.3.8'

0 commit comments

Comments
 (0)