Bump binary release version
This commit is contained in:
+4
-4
@@ -7,8 +7,8 @@ VSVersionInfo(
|
|||||||
ffi=FixedFileInfo(
|
ffi=FixedFileInfo(
|
||||||
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
|
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
|
||||||
# Set not needed items to zero 0. Must always contain 4 elements.
|
# Set not needed items to zero 0. Must always contain 4 elements.
|
||||||
filevers=(2026,3,26,0),
|
filevers=(2026,3,27,0),
|
||||||
prodvers=(2026,3,26,0),
|
prodvers=(2026,3,27,0),
|
||||||
# Contains a bitmask that specifies the valid bits 'flags'r
|
# Contains a bitmask that specifies the valid bits 'flags'r
|
||||||
mask=0x3f,
|
mask=0x3f,
|
||||||
# Contains a bitmask that specifies the Boolean attributes of the file.
|
# Contains a bitmask that specifies the Boolean attributes of the file.
|
||||||
@@ -32,12 +32,12 @@ VSVersionInfo(
|
|||||||
u'040904B0',
|
u'040904B0',
|
||||||
[StringStruct(u'CompanyName', u''),
|
[StringStruct(u'CompanyName', u''),
|
||||||
StringStruct(u'FileDescription', u'V-dlp: download a list of Vimm URLs'),
|
StringStruct(u'FileDescription', u'V-dlp: download a list of Vimm URLs'),
|
||||||
StringStruct(u'FileVersion', u'2026.3.26.0'),
|
StringStruct(u'FileVersion', u'2026.3.27.0'),
|
||||||
StringStruct(u'InternalName', u'V-dlp'),
|
StringStruct(u'InternalName', u'V-dlp'),
|
||||||
StringStruct(u'LegalCopyright', u'© iamdoubz'),
|
StringStruct(u'LegalCopyright', u'© iamdoubz'),
|
||||||
StringStruct(u'OriginalFilename', u'V-dlp.exe'),
|
StringStruct(u'OriginalFilename', u'V-dlp.exe'),
|
||||||
StringStruct(u'ProductName', u'V-dlp'),
|
StringStruct(u'ProductName', u'V-dlp'),
|
||||||
StringStruct(u'ProductVersion', u'2026.3.26.0')])
|
StringStruct(u'ProductVersion', u'2026.3.27.0')])
|
||||||
]),
|
]),
|
||||||
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
|
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user