From 2dc5542bb2a219a96f86430039ec461bf7b58e4c Mon Sep 17 00:00:00 2001 From: iamdoubz <> Date: Thu, 26 Mar 2026 09:36:45 -0500 Subject: [PATCH] Bump binary release version --- helpers/version.txt | 8 ++++---- helpers/version_ug.txt | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/helpers/version.txt b/helpers/version.txt index ffb84b4..fa9190e 100644 --- a/helpers/version.txt +++ b/helpers/version.txt @@ -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. Must always contain 4 elements. - filevers=(2026,3,25,0), - prodvers=(2026,3,25,0), + filevers=(2026,3,26,0), + prodvers=(2026,3,26,0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -32,12 +32,12 @@ VSVersionInfo( u'040904B0', [StringStruct(u'CompanyName', u''), StringStruct(u'FileDescription', u'V-dlp: download a list of Vimm URLs'), - StringStruct(u'FileVersion', u'2026.3.25.0'), + StringStruct(u'FileVersion', u'2026.3.26.0'), StringStruct(u'InternalName', u'V-dlp'), StringStruct(u'LegalCopyright', u'© iamdoubz'), StringStruct(u'OriginalFilename', u'V-dlp.exe'), StringStruct(u'ProductName', u'V-dlp'), - StringStruct(u'ProductVersion', u'2026.3.25.0')]) + StringStruct(u'ProductVersion', u'2026.3.26.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ] diff --git a/helpers/version_ug.txt b/helpers/version_ug.txt index 8a7462f..34f00cd 100644 --- a/helpers/version_ug.txt +++ b/helpers/version_ug.txt @@ -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. Must always contain 4 elements. - filevers=(2026,3,25,0), - prodvers=(2026,3,25,0), + filevers=(2026,3,26,0), + prodvers=(2026,3,26,0), # Contains a bitmask that specifies the valid bits 'flags'r mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -31,13 +31,13 @@ VSVersionInfo( StringTable( u'040904B0', [StringStruct(u'CompanyName', u''), - StringStruct(u'FileDescription', u'V-dlp UG: create a list of Vimm URLs'), - StringStruct(u'FileVersion', u'2026.3.25.0'), + StringStruct(u'FileDescription', u'V-dlpUG: create a list of Vimm URLs'), + StringStruct(u'FileVersion', u'2026.3.26.0'), StringStruct(u'InternalName', u'V-dlpUG'), StringStruct(u'LegalCopyright', u'© iamdoubz'), StringStruct(u'OriginalFilename', u'V-dlpUG.exe'), StringStruct(u'ProductName', u'V-dlpUG'), - StringStruct(u'ProductVersion', u'2026.3.25.0')]) + StringStruct(u'ProductVersion', u'2026.3.26.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ]