Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Close stale issues and PRs / stale (push) Successful in 13s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
33 lines
855 B
Plaintext
33 lines
855 B
Plaintext
|
|
#include <windows.h>
|
|
|
|
VS_VERSION_INFO VERSIONINFO
|
|
FILEVERSION 1,7,2,0
|
|
PRODUCTVERSION 1,7,2,0
|
|
FILEFLAGSMASK 0x17L
|
|
FILEFLAGS 0
|
|
FILEOS VOS_NT_WINDOWS32
|
|
FILETYPE VFT_APP
|
|
FILESUBTYPE VFT2_UNKNOWN
|
|
BEGIN
|
|
BLOCK "VarFileInfo"
|
|
BEGIN
|
|
VALUE "Translation", 0x409, 1200
|
|
END
|
|
BLOCK "StringFileInfo"
|
|
BEGIN
|
|
BLOCK "040904b0"
|
|
BEGIN
|
|
VALUE "Comments", "Hunspell (http://hunspell.github.io/) by László Németh"
|
|
VALUE "CompanyName", "http://hunspell.github.io/"
|
|
VALUE "FileDescription", "libhunspell"
|
|
VALUE "FileVersion", "1.7.2"
|
|
VALUE "InternalName", "libhunspell"
|
|
VALUE "LegalCopyright", "Copyright (c) 2007-2022"
|
|
VALUE "OriginalFilename", "libhunspell.dll"
|
|
VALUE "ProductName", "Hunspell Dynamic Link Library"
|
|
VALUE "ProductVersion", "1.7.2"
|
|
END
|
|
END
|
|
END
|