Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
weagles211 committed Sep 23, 2021
1 parent cd44ffe commit 3fe9a06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.rc
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=(0, 4, 0, 0),
prodvers=(0, 4, 0, 0),
filevers=(0, 5, 0, 0),
prodvers=(0, 5, 0, 0),
# Contains a bitmask that specifies the valid bits 'flags'r
mask=0x3,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -30,9 +30,9 @@ VSVersionInfo(
StringTable(
u'040904E4',
[StringStruct(u'FileDescription', u'PeakML Viewer in Python'),
StringStruct(u'FileVersion', u'0.4.0 (2021-09-07)'),
StringStruct(u'FileVersion', u'0.5.0 (2021-09-23)'),
StringStruct(u'LegalCopyright', u'GPL 3.0 License'),
StringStruct(u'PeakMLViewerPy Version', u'0.4.0 (2021-09-07)'),
StringStruct(u'PeakMLViewerPy Version', u'0.5.0 (2021-09-23)'),
StringStruct(u'Project info', u'https://github.com/weaglesBio/MetabolomicModellingMSc')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1252])])
Expand Down

0 comments on commit 3fe9a06

Please sign in to comment.