Skip to content

Commit

Permalink
Rev the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bananarama committed Aug 11, 2021
1 parent 86c8a16 commit 8569b7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version_info
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,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.
filevers=(10, 0, 0, 0),
prodvers=(10, 0, 0, 0),
filevers=(11, 3, 0, 0),
prodvers=(11, 3, 0, 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 @@ -31,12 +31,12 @@ VSVersionInfo(
u'040904b0',
[
StringStruct(u'FileDescription', u'Connects a Panopto search index to an external engine'),
StringStruct(u'FileVersion', u'10.0.0'),
StringStruct(u'FileVersion', u'11.3.0'),
StringStruct(u'InternalName', u'Panopto Index Connector'),
StringStruct(u'LegalCopyright', u'© Panopto 2019'),
StringStruct(u'OriginalFilename', u'panopto-connector.exe'),
StringStruct(u'ProductName', u'Panopto Index Connector'),
StringStruct(u'ProductVersion', u'10.0.0'),
StringStruct(u'ProductVersion', u'11.3.0'),
]
)
]
Expand Down

0 comments on commit 8569b7b

Please sign in to comment.