diff --git a/helpers/version.txt b/helpers/version.txt index 6094687..ffb84b4 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,24,0), - prodvers=(2026,3,24,0), + filevers=(2026,3,25,0), + prodvers=(2026,3,25,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.24.0'), + StringStruct(u'FileVersion', u'2026.3.25.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.24.0')]) + StringStruct(u'ProductVersion', u'2026.3.25.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ] diff --git a/helpers/version_ug.txt b/helpers/version_ug.txt index 5b56da2..8a7462f 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,24,0), - prodvers=(2026,3,24,0), + filevers=(2026,3,25,0), + prodvers=(2026,3,25,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 UG: create a list of Vimm URLs'), - StringStruct(u'FileVersion', u'2026.3.24.0'), + StringStruct(u'FileVersion', u'2026.3.25.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.24.0')]) + StringStruct(u'ProductVersion', u'2026.3.25.0')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) ]