Skip to content

Commit

Permalink
version info bump to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
klinga committed Nov 8, 2018
1 parent 53909a4 commit 922c938
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion overload/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION = (0, 5, 0)
VERSION = (0, 5, 1)

__version__ = '.'.join(map(str, VERSION))
4 changes: 2 additions & 2 deletions overload/version.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version: 0.5.0 (BETA)
last updated: 10-18-2018
version: 0.5.1 (BETA)
last updated: 11-08-2018
10 changes: 5 additions & 5 deletions overload/windows_version_info.txt
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, 5, 0, 0),
prodvers=(0, 5, 0, 0),
filevers=(0, 5, 1, 0),
prodvers=(0, 5, 1, 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 @@ -33,13 +33,13 @@ VSVersionInfo(
[StringStruct(u'Comments', u'Overload'),
StringStruct(u'CompanyName', u'BookOps'),
StringStruct(u'FileDescription', u'Overload, BookOps Cataloging Department toolbox.'),
StringStruct(u'FileVersion', u'0.5.0'),
StringStruct(u'FileVersion', u'0.5.1'),
StringStruct(u'InternalName', u'overload.exe'),
StringStruct(u'LegalCopyright', u'MIT license'),
StringStruct(u'OriginalFilename', u'overload.exe'),
StringStruct(u'ProductName', u'Overload'),
StringStruct(u'ProductVersion', u'0.5.0'),
StringStruct(u'Assembly Version', u'0.5.0')])
StringStruct(u'ProductVersion', u'0.5.1'),
StringStruct(u'Assembly Version', u'0.5.1')])
])
]
)

0 comments on commit 922c938

Please sign in to comment.