@@ -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=(0, 6 , 0, 0),
10- prodvers=(0, 6 , 0, 0),
9+ filevers=(0, 7 , 0, 0),
10+ prodvers=(0, 7 , 0, 0),
1111# Contains a bitmask that specifies the valid bits 'flags'r
1212mask=0x0,
1313# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,12 +31,12 @@ StringFileInfo(
3131 u'040904B0',
3232 [StringStruct(u'CompanyName', u'mastercomfig'),
3333 StringStruct(u'FileDescription', u'TC2 Launcher'),
34- StringStruct(u'FileVersion', u'0.6 .0.0'),
34+ StringStruct(u'FileVersion', u'0.7 .0.0'),
3535 StringStruct(u'InternalName', u'tc2_launcher'),
3636 StringStruct(u'LegalCopyright', u'Copyright © mastercomfig'),
3737 StringStruct(u'OriginalFilename', u'TC2Launcher.exe'),
3838 StringStruct(u'ProductName', u'TC2 Launcher'),
39- StringStruct(u'ProductVersion', u'0.6 .0.0')])
39+ StringStruct(u'ProductVersion', u'0.7 .0.0')])
4040 ]),
4141VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4242 ]
0 commit comments