개정판 702779b0
issue #366: Undo/Redo for line resizing
Change-Id: I785f92387264da38138c11e36fcdb238a83008c6
version.rc | ||
---|---|---|
6 | 6 |
ffi=FixedFileInfo( |
7 | 7 |
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4) |
8 | 8 |
# Set not needed items to zero 0. |
9 |
filevers=(1,0,$BUILD_NUMBER,0),
|
|
10 |
prodvers=(1,0,$BUILD_NUMBER,0),
|
|
9 |
filevers=(1,0,0,0),
|
|
10 |
prodvers=(1,0,0,0),
|
|
11 | 11 |
# Contains a bitmask that specifies the valid bits 'flags'r |
12 | 12 |
mask=0x3f, |
13 | 13 |
# Contains a bitmask that specifies the Boolean attributes of the file. |
... | ... | |
31 | 31 |
u'040904B0', |
32 | 32 |
[StringStruct(u'CompanyName', u'DOFTECH'), |
33 | 33 |
StringStruct(u'FileDescription', u'Image Drawing to Intelligent Drawing'), |
34 |
StringStruct(u'FileVersion', u'1.0.$BUILD_NUMBER.0'),
|
|
34 |
StringStruct(u'FileVersion', u'1.0.0.0'),
|
|
35 | 35 |
StringStruct(u'InternalName', u'ID2'), |
36 | 36 |
StringStruct(u'LegalCopyright', u'Copyright(c) DOFTECH'), |
37 | 37 |
StringStruct(u'OriginalFilename', u'ID2.exe'), |
38 | 38 |
StringStruct(u'ProductName', u'ID2'), |
39 |
StringStruct(u'ProductVersion', u'1.0.$BUILD_NUMBER.0')])
|
|
39 |
StringStruct(u'ProductVersion', u'1.0.0.0')])
|
|
40 | 40 |
]), |
41 | 41 |
VarFileInfo([VarStruct(u'Translation', [1033, 1200])]) |
42 | 42 |
] |
내보내기 Unified diff