Skip to content

Commit

Permalink
Update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed May 21, 2019
1 parent f9d47bf commit 4eccf1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/Info.plist
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>2019.04.04</string>
<string>2019.05.21</string>
<key>NSHumanReadableCopyright</key>
<string>Mat Kelly</string>
<key>CFBundleExecutable</key>
Expand Down
8 changes: 4 additions & 4 deletions build/version.txt
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=(2019, 4, 4, 0),
prodvers=(2019, 4, 4, 0),
filevers=(2019, 5, 21, 0),
prodvers=(2019, 5, 21, 0),
# Contains a bitmask that specifies the valid bits 'flags'
mask=0x3f,
# Contains a bitmask that specifies the Boolean attributes of the file.
Expand All @@ -31,10 +31,10 @@ VSVersionInfo(
u'040904b0',
[StringStruct(u'CompanyName', u'Mat Kelly'),
StringStruct(u'ProductName', u'Web Archiving Integration Layer (WAIL)'),
StringStruct(u'ProductVersion', u'2019, 4, 4, 0'),
StringStruct(u'ProductVersion', u'2019, 5, 21, 0'),
StringStruct(u'InternalName', u'WAIL'),
StringStruct(u'OriginalFilename', u'wail.exe'),
StringStruct(u'FileVersion', u'2019, 4, 4, 0'),
StringStruct(u'FileVersion', u'2019, 5, 21, 0'),
StringStruct(u'FileDescription', u'Web Archiving Integration Layer (WAIL): Web archiving tools in a graphical user interface.'),
StringStruct(u'LegalCopyright', u'MIT'),
StringStruct(u'LegalTrademarks', u'MIT'),])
Expand Down

0 comments on commit 4eccf1e

Please sign in to comment.