22# For more details about fixed file info 'ffi' see: http://msdn.microsoft.com/en-us/library/ms646997.aspx
33VSVersionInfo(
44 ffi=FixedFileInfo(
5- prodvers=(5, 24, 0 , 0),
6- filevers=(5, 24, 0 , 0),
5+ prodvers=(5, 25, 1 , 0),
6+ filevers=(5, 25, 1 , 0),
77 # Contains a bitmask that specifies the valid bits 'flags'r
88 mask=0x17,
99 # Contains a bitmask that specifies the Boolean attributes of the file.
@@ -27,12 +27,12 @@ VSVersionInfo(
2727 '000004b0',
2828 [StringStruct('CompanyName', 'Elijah Lopez'),
2929 StringStruct('FileDescription', 'Music Caster'),
30- StringStruct('FileVersion', '5.24.0 .0'),
30+ StringStruct('FileVersion', '5.25.1 .0'),
3131 StringStruct('InternalName', 'Music Caster'),
3232 StringStruct('LegalCopyright', 'Copyright (c) 2019 - 2025, Elijah Lopez'),
3333 StringStruct('OriginalFilename', 'Music Caster.exe'),
3434 StringStruct('ProductName', 'Music Caster'),
35- StringStruct('ProductVersion', '5.24.0 .0')])
35+ StringStruct('ProductVersion', '5.25.1 .0')])
3636 ]),
3737 VarFileInfo([VarStruct('Translation', [0, 1200])])
3838 ]
0 commit comments