Skip to content

Commit

Permalink
increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
dallongo committed Jun 30, 2016
1 parent 0f05a54 commit e33bbe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyDash.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

APP_NAME = 'pyDash'
APP_VER = '2.0.1.0'
APP_VER = '2.0.1.1'
APP_DESC = 'Python sim racing dashboard control'
APP_AUTHOR = 'Dan Allongo ([email protected])'
APP_URL = 'https://github.com/dallongo/pySRD9c'
Expand Down
8 changes: 4 additions & 4 deletions pyinstaller/pyDash.version.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.
filevers=(2, 0, 1, 0),
prodvers=(2, 0, 1, 0),
filevers=(2, 0, 1, 1),
prodvers=(2, 0, 1, 1),
# Contains a bitmask that specifies the valid bits 'flags'
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -32,10 +32,10 @@ VSVersionInfo(
u'040904b0',
[StringStruct(u'CompanyName', u'Dan Allongo ([email protected])'),
StringStruct(u'ProductName', u'pyDash'),
StringStruct(u'ProductVersion', u'2, 0, 1, 0'),
StringStruct(u'ProductVersion', u'2, 0, 1, 1'),
StringStruct(u'InternalName', u'pyDash'),
StringStruct(u'OriginalFilename', u'pyDash.exe'),
StringStruct(u'FileVersion', u'2, 0, 1, 0'),
StringStruct(u'FileVersion', u'2, 0, 1, 1'),
StringStruct(u'FileDescription', u'Python sim racing dashboard'),
StringStruct(u'LegalCopyright', u'GPL v2'),
StringStruct(u'LegalTrademarks', u'https://github.com/dallongo/pySRD9c'),])
Expand Down

0 comments on commit e33bbe3

Please sign in to comment.