Skip to content

Commit

Permalink
Bump version to 5.2.12
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Mar 12, 2024
1 parent cf0458b commit f59bc21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
<key>CFBundleName</key>
<string>depscan</string>
<key>CFBundleVersion</key>
<string>5.2.6</string>
<string>5.2.12</string>
</dict>
</plist>
8 changes: 4 additions & 4 deletions file_version_info.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ VSVersionInfo(
ffi=FixedFileInfo(
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
# Set not needed items to zero 0. Must always contain 4 elements.
filevers=(5,2,6,0),
prodvers=(5,2,6,0),
filevers=(5,2,12,0),
prodvers=(5,2,12,0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -32,12 +32,12 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'OWASP Foundation'),
StringStruct(u'FileDescription', u'depscan - The Dependency Scanner'),
StringStruct(u'FileVersion', u'5.2.6.0'),
StringStruct(u'FileVersion', u'5.2.12.0'),
StringStruct(u'InternalName', u'depscan'),
StringStruct(u'LegalCopyright', u'© OWASP Foundation. All rights reserved.'),
StringStruct(u'OriginalFilename', u'depscan.exe'),
StringStruct(u'ProductName', u'depscan'),
StringStruct(u'ProductVersion', u'5.2.6.0')])
StringStruct(u'ProductVersion', u'5.2.12.0')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down

0 comments on commit f59bc21

Please sign in to comment.