diff options
author | emkael <emkael@tlen.pl> | 2017-08-01 15:45:28 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-08-01 15:45:28 +0200 |
commit | 5dbd3883e1c2ae92b26a336e1237beeaf075c3ad (patch) | |
tree | 99a57078e7cfb30c2a7227524cc58f2ebc7a9db9 | |
parent | 1187e697eae30f222c7483d111e523c3a4e18a0a (diff) |
Version bump to 1.0.2.99 (1.0.3-beta)
-rw-r--r-- | .version | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ # UTF-8 VSVersionInfo( ffi=FixedFileInfo( - filevers=(1, 0, 2, 0), - prodvers=(1, 0, 2, 0), + filevers=(1, 0, 2, 99), + prodvers=(1, 0, 2, 99), # 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'teamy_playoff'), - StringStruct(u'ProductVersion', u'1, 0, 2, 0'), + StringStruct(u'ProductVersion', u'1, 0, 2, 99'), StringStruct(u'InternalName', u'teamy_playoff'), StringStruct(u'OriginalFilename', u'playoff.exe'), - StringStruct(u'FileVersion', u'1, 0, 2, 0'), + StringStruct(u'FileVersion', u'1, 0, 2, 99'), StringStruct( u'FileDescription', u'Play-off visualisation for JFR Teamy events'), |