@@ -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=(1, 0, 0, 4 ),
10- prodvers=(1, 0, 0, 4 ),
9+ filevers=(1, 0, 0, 5 ),
10+ prodvers=(1, 0, 0, 5 ),
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.
@@ -33,14 +33,14 @@ VSVersionInfo(
3333 [StringStruct('Comments', ''),
3434 StringStruct('CompanyName', ''),
3535 StringStruct('FileDescription', 'FBreptilever'),
36- StringStruct('FileVersion', '1.0.0.4 '),
36+ StringStruct('FileVersion', '1.0.0.5 '),
3737 StringStruct('InternalName', 'FBreptilever.exe'),
3838 StringStruct('LegalCopyright', 'Copyright © 2025'),
3939 StringStruct('LegalTrademarks', ''),
4040 StringStruct('OriginalFilename', 'FBreptilever'),
4141 StringStruct('ProductName', 'FBreptilever'),
42- StringStruct('ProductVersion', '1.0.0.4 '),
43- StringStruct('Assembly Version', '1.0.0.4 ')])
42+ StringStruct('ProductVersion', '1.0.0.5 '),
43+ StringStruct('Assembly Version', '1.0.0.5 ')])
4444 ])
4545 ]
4646)
0 commit comments