@@ -7,8 +7,8 @@ VSVersionInfo(
7
7
ffi=FixedFileInfo(
8
8
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
9
9
# Set not needed items to zero 0. Must always contain 4 elements.
10
- filevers=(5,2,1 ,0),
11
- prodvers=(5,2,1 ,0),
10
+ filevers=(5,2,2 ,0),
11
+ prodvers=(5,2,2 ,0),
12
12
# Contains a bitmask that specifies the valid bits 'flags'r
13
13
mask=0x3f,
14
14
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -32,12 +32,12 @@ VSVersionInfo(
32
32
u'040904B0',
33
33
[StringStruct(u'CompanyName', u'OWASP Foundation'),
34
34
StringStruct(u'FileDescription', u'depscan - The Dependency Scanner'),
35
- StringStruct(u'FileVersion', u'5.2.1 .0'),
35
+ StringStruct(u'FileVersion', u'5.2.2 .0'),
36
36
StringStruct(u'InternalName', u'depscan'),
37
37
StringStruct(u'LegalCopyright', u'© OWASP Foundation. All rights reserved.'),
38
38
StringStruct(u'OriginalFilename', u'depscan.exe'),
39
39
StringStruct(u'ProductName', u'depscan'),
40
- StringStruct(u'ProductVersion', u'5.2.1 .0')])
40
+ StringStruct(u'ProductVersion', u'5.2.2 .0')])
41
41
]),
42
42
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
43
43
]
0 commit comments