@@ -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=(2026, 1, 5, 0 ),
10- prodvers=(2026, 1, 5, 0 ),
9+ filevers=(2026, 1, 5, 49 ),
10+ prodvers=(2026, 1, 5, 49 ),
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', 'FaserF'),
3333 StringStruct('FileDescription', 'SwitchCraft - Advanced Silent Switch & Packaging Tool'),
34- StringStruct(u'FileVersion', u'2026.1.5.0 '),
34+ StringStruct(u'FileVersion', u'2026.1.5.49 '),
3535 StringStruct('InternalName', 'SwitchCraft'),
3636 StringStruct('LegalCopyright', 'Copyright (c) 2026 FaserF'),
3737 StringStruct('OriginalFilename', 'SwitchCraft.exe'),
3838 StringStruct('ProductName', 'SwitchCraft'),
39- StringStruct(u'ProductVersion', u'2026.1.5.0 ')])
39+ StringStruct(u'ProductVersion', u'2026.1.5b3 ')])
4040 ]),
4141 VarFileInfo([VarStruct('Translation', [1033, 1200])])
4242 ]
0 commit comments