@@ -8,8 +8,8 @@ VSVersionInfo(
88 ffi=FixedFileInfo(
99 # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
1010 # Set not needed items to zero 0.
11- filevers=(1, 6 , 0, 0),
12- prodvers=(1, 6 , 0, 0),
11+ filevers=(1, 7 , 0, 0),
12+ prodvers=(1, 7 , 0, 0),
1313 # Contains a bitmask that specifies the valid bits 'flags'r
1414 mask=0x3f,
1515 # Contains a bitmask that specifies the Boolean attributes of the file.
@@ -33,12 +33,12 @@ VSVersionInfo(
3333 '040904b0',
3434 [StringStruct('CompanyName', 'Thomas Weber'),
3535 StringStruct('FileDescription', 'TurboWarp Packager Extras'),
36- StringStruct('FileVersion', '1.6 .0'),
36+ StringStruct('FileVersion', '1.7 .0'),
3737 StringStruct('InternalName', 'turbowarp-packager-extras.exe'),
3838 StringStruct('LegalCopyright', 'Copyright (C) 2022-2024 Thomas Weber'),
3939 StringStruct('OriginalFilename', ''),
4040 StringStruct('ProductName', 'TurboWarp Packager Extras'),
41- StringStruct('ProductVersion', '1.6 .0')])
41+ StringStruct('ProductVersion', '1.7 .0')])
4242 ]),
4343 VarFileInfo([VarStruct('Translation', [1033, 1200])])
4444 ]
0 commit comments