forked from LostRuins/koboldcpp
-
Notifications
You must be signed in to change notification settings - Fork 29
/
version.txt
30 lines (30 loc) · 929 Bytes
/
version.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
VSVersionInfo(
ffi=FixedFileInfo(
filevers=(0, 0, 0, 0),
prodvers=(0, 0, 0, 0),
mask=0x3f,
flags=0x0,
OS=0x4,
fileType=0x1,
subtype=0x0,
date=(0, 0)
),
kids=[
StringFileInfo(
[
StringTable(
u'040904b0',
[
StringStruct(u'CompanyName', u'Your Company Name'),
StringStruct(u'FileDescription', u'KoboldCpp'),
StringStruct(u'InternalName', u'KoboldCpp'),
StringStruct(u'LegalCopyright', u'KoboldCppIsFreeAndOpenSource'),
StringStruct(u'OriginalFilename', u'koboldcpp.exe'),
StringStruct(u'ProductName', u'koboldcpp'),
]
)
]
),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)