@@ -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, 5, 0 , 0),
10- prodvers=(0, 5, 0 , 0),
9+ filevers=(0, 4, 1 , 0),
10+ prodvers=(0, 4, 1 , 0),
1111 # Contains a bitmask that specifies the valid bits 'flags'r
1212 mask=0x0,
1313 # Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,13 +31,13 @@ VSVersionInfo(
3131 u'040904E4',
3232 [StringStruct(u'CompanyName', u'OpenIndex'),
3333 StringStruct(u'FileDescription', u'Open a VNC connection to your desktop for remote maintenance.'),
34- StringStruct(u'FileVersion', u'0.5.0 '),
34+ StringStruct(u'FileVersion', u'0.4.1 '),
3535 StringStruct(u'InternalName', u'Remote Support Tool'),
3636 StringStruct(u'LegalCopyright', u'OpenIndex'),
3737 StringStruct(u'OriginalFilename', u'Remote-Support-Tool.exe'),
3838 StringStruct(u'ProductName', u'Remote Support Tool'),
39- StringStruct(u'ProductVersion', u'0.5.0 ')])
40- ]),
39+ StringStruct(u'ProductVersion', u'0.4.1 ')])
40+ ]),
4141 VarFileInfo([VarStruct(u'Translation', [1033, 1252])])
4242 ]
4343)
0 commit comments