Skip to content

Commit

Permalink
Bump version for upcoming release.
Browse files Browse the repository at this point in the history
  • Loading branch information
machawk1 committed Apr 4, 2019
1 parent 4ca628f commit 854c2e2
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
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>2019.04.03</string>
<string>2019.04.04</string>
<key>NSHumanReadableCopyright</key>
<string>Mat Kelly</string>
<key>CFBundleExecutable</key>
Expand Down
8 changes: 4 additions & 4 deletions build/version.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=(2019, 4, 3, 0),
prodvers=(2019, 4, 3, 0),
filevers=(2019, 4, 4, 0),
prodvers=(2019, 4, 4, 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, 3, 0'),
StringStruct(u'ProductVersion', u'2019, 4, 4, 0'),
StringStruct(u'InternalName', u'WAIL'),
StringStruct(u'OriginalFilename', u'wail.exe'),
StringStruct(u'FileVersion', u'2019, 4, 3, 0'),
StringStruct(u'FileVersion', u'2019, 4, 4, 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 854c2e2

Please sign in to comment.