@@ -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,7,0 ,0),
10-     prodvers=(1,7,0 ,0),
9+     filevers=(1,7,1 ,0),
10+     prodvers=(1,7,1 ,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        '040904B0',
3232        [StringStruct('CompanyName', 'IDEMIA'),
3333        StringStruct('FileDescription', 'MultiGit OpenSource'),
34-         StringStruct('FileVersion', '1.7'),
34+         StringStruct('FileVersion', '1.7.1 '),
3535        StringStruct('InternalName', 'MultiGit OpenSource'),
3636        StringStruct('LegalCopyright', 'Copyright (C) IDEMIA 2021-2025'),
3737        StringStruct('OriginalFilename', 'Multigit.exe'),
3838        StringStruct('ProductName', 'MultiGit OpenSource'),
39-         StringStruct('ProductVersion', '1.7'),
39+         StringStruct('ProductVersion', '1.7.1 '),
4040        StringStruct('Comments', 'Multiple git repositories manager. Developed at IDEMIA by Philippe Fremy')])
4141      ]), 
4242    VarFileInfo([VarStruct('Translation', [1033, 1200])])
0 commit comments