Skip to content

Commit 00023b9

Browse files
author
Barry KW Suridge
committed
choreconvert from DOS to Unix
1 parent bfb4020 commit 00023b9

1 file changed

Lines changed: 21 additions & 21 deletions

File tree

tools/version_info.txt

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
VSVersionInfo(
2-
ffi=FixedFileInfo(
3-
filevers=(1, 0, 0, 0),
4-
prodvers=(1, 0, 0, 0),
5-
mask=0x3f,
6-
flags=0x0,
7-
OS=0x40004,
8-
fileType=0x1,
9-
subtype=0x0,
10-
date=(0, 0)
11-
),
12-
kids=[
13-
StringFileInfo([
14-
StringTable(
15-
'040904B0',
16-
[
1+
VSVersionInfo(
2+
ffi=FixedFileInfo(
3+
filevers=(1, 0, 0, 0),
4+
prodvers=(1, 0, 0, 0),
5+
mask=0x3f,
6+
flags=0x0,
7+
OS=0x40004,
8+
fileType=0x1,
9+
subtype=0x0,
10+
date=(0, 0)
11+
),
12+
kids=[
13+
StringFileInfo([
14+
StringTable(
15+
'040904B0',
16+
[
1717
StringStruct('CompanyName', 'Barry'),
1818
StringStruct('FileDescription', 'LocalControl GUI Beta'),
1919
StringStruct('FileVersion', '1.0.0-beta.1'),
@@ -22,9 +22,9 @@ VSVersionInfo(
2222
StringStruct('ProductName', 'LocalControl GUI Beta'),
2323
StringStruct('ProductVersion', '1.0.0-beta.1'),
2424
StringStruct('LegalCopyright', 'Copyright © 2026 Barry'),
25-
]
26-
)
27-
]),
28-
VarFileInfo([VarStruct('Translation', [1033, 1200])])
29-
]
25+
]
26+
)
27+
]),
28+
VarFileInfo([VarStruct('Translation', [1033, 1200])])
29+
]
3030
)

0 commit comments

Comments
 (0)