diff options
author | emkael <emkael@tlen.pl> | 2017-12-13 23:35:55 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-12-13 23:37:43 +0100 |
commit | 542f4c043ee95a85a478920d4a71e7db88defdd2 (patch) | |
tree | 34ee687b89085f8f8d1cda5c4aaaf5d84cb74bec /src/version | |
parent | 8979c6da2c029213a7b604a7a41351c95cc83553 (diff) |
Version number bump
Diffstat (limited to 'src/version')
-rw-r--r-- | src/version | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/version b/src/version index a6264f7..a50f727 100644 --- a/src/version +++ b/src/version @@ -1,8 +1,8 @@ # UTF-8 VSVersionInfo( ffi=FixedFileInfo( - filevers=(1, 1, 0, 0), - prodvers=(1, 1, 0, 0), + filevers=(1, 2, 0, 0), + prodvers=(1, 2, 0, 0), # Contains a bitmask that specifies the valid bits 'flags' mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -26,15 +26,15 @@ VSVersionInfo( u'040904b0', # 0x0409(1033)= English, 0x04b0(1200)= UTF-8 [StringStruct(u'CompanyName', u'emkael.info'), StringStruct(u'ProductName', u'bidding_data'), - StringStruct(u'ProductVersion', u'1, 1, 0, 0'), + StringStruct(u'ProductVersion', u'1, 2, 0, 0'), StringStruct(u'InternalName', u'bidding_data'), StringStruct(u'OriginalFilename', u'bidding_data.exe'), - StringStruct(u'FileVersion', u'1, 1, 0, 0'), + StringStruct(u'FileVersion', u'1, 2, 0, 0'), StringStruct( u'FileDescription', u'Bidding data display for JFR Pary result pages'), StringStruct(u'LegalCopyright', - u'© 2015-2016 mkl (Michał Klichowicz)'), + u'© 2015-2017 mkl (Michał Klichowicz)'), StringStruct(u'LegalTrademarks', u'')]) ]), VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) |