@@ -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 0
9- filevers=(25, 8, 5 , 0),
10- prodvers=(25, 8, 5 , 0),
9+ filevers=(25, 8, 6 , 0),
10+ prodvers=(25, 8, 6 , 0),
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 u'040904B0',
3232 [StringStruct(u'CompanyName', u'newboon'),
3333 StringStruct(u'FileDescription', u'Photo Culling Application'),
34- StringStruct(u'FileVersion', u'25.08.05 '),
34+ StringStruct(u'FileVersion', u'25.08.06 '),
3535 StringStruct(u'InternalName', u'VibeCulling'),
3636 StringStruct(u'LegalCopyright', u'Copyright © 2025 newboon'),
3737 StringStruct(u'OriginalFilename', u'VibeCulling.exe'),
3838 StringStruct(u'ProductName', u'VibeCulling'),
39- StringStruct(u'ProductVersion', u'25.08.05 ')])
39+ StringStruct(u'ProductVersion', u'25.08.06 ')])
4040 ]),
4141 VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4242 ]
0 commit comments