diff options
author | emkael <emkael@tlen.pl> | 2015-11-14 15:42:15 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2015-11-14 15:42:15 +0100 |
commit | 63196d09277c7562ae9dd5a42aa4fb94530cddf4 (patch) | |
tree | f2b044b41baa0da3641df3d8282ae1cce0a533b5 /src/version | |
parent | b9c4757cd41959c217a392ae512c407905bb5ad7 (diff) |
* version number bump
Diffstat (limited to 'src/version')
-rw-r--r-- | src/version | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/version b/src/version index dae2a6d..ba3b1c5 100644 --- a/src/version +++ b/src/version @@ -1,8 +1,8 @@ # UTF-8 VSVersionInfo( ffi=FixedFileInfo( - filevers=(1, 0, 2, 0), - prodvers=(1, 0, 2, 0), + filevers=(1, 0, 3, 0), + prodvers=(1, 0, 3, 0), # Contains a bitmask that specifies the valid bits 'flags' mask=0x3f, # Contains a bitmask that specifies the Boolean attributes of the file. @@ -26,10 +26,10 @@ 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, 0, 2, 0'), + StringStruct(u'ProductVersion', u'1, 0, 3, 0'), StringStruct(u'InternalName', u'bidding_data'), StringStruct(u'OriginalFilename', u'bidding_data.exe'), - StringStruct(u'FileVersion', u'1, 0, 2, 0'), + StringStruct(u'FileVersion', u'1, 0, 3, 0'), StringStruct( u'FileDescription', u'Bidding data display for JFR Pary result pages'), |