@@ -7,8 +7,8 @@ VSVersionInfo(
77 ffi=FixedFileInfo(
88 # filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
99 # Set not needed items to zero 0. Must always contain 4 elements.
10- filevers=(1,50,6 ,0),
11- prodvers=(1,50,6 ,0),
10+ filevers=(1,51,1 ,0),
11+ prodvers=(1,51,1 ,0),
1212 # Contains a bitmask that specifies the valid bits 'flags'r
1313 mask=0x3f,
1414 # Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
3232 u'040904B0',
3333 [StringStruct(u'CompanyName', u'Enderbyte Programs'),
3434 StringStruct(u'FileDescription', u'Minecraft Server Maker'),
35- StringStruct(u'FileVersion', u'1.50.6 '),
35+ StringStruct(u'FileVersion', u'1.51.1 '),
3636 StringStruct(u'InternalName', u'craftserversetup'),
3737 StringStruct(u'LegalCopyright', u'© 2023-2024 Enderbyte Programs. Some rights reserved.'),
3838 StringStruct(u'OriginalFilename', u'craftserversetup.exe'),
3939 StringStruct(u'ProductName', u'CraftServerSetup'),
40- StringStruct(u'ProductVersion', u'1.50.6 ')])
40+ StringStruct(u'ProductVersion', u'1.51.1 ')])
4141 ]),
4242 VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4343 ]
0 commit comments