NT4/private/ntos/dd/digibrd/setupdll/dgconfig.rcv
2020-09-30 17:12:29 +02:00

23 lines
740 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include <ntverp.h>
#define VER_DIGI_REVISION "L"
#ifdef VER_COMPANYNAME_STR
#undef VER_COMPANYNAME_STR
#endif
#define VER_COMPANYNAME_STR "Digi International Inc."
#define VER_LEGALCOPYRIGHT_YEARS "1992-1996"
#define VER_LEGALCOPYRIGHT_STR "Copyright " VER_LEGALCOPYRIGHT_YEARS ", Digi International Inc. All rights reserved."
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Digi International FEP5 Communications Configuration utility."
#define VER_INTERNALNAME_STR "dgconfig.dll"
#define VER_FILEVERSION 1,4,3,0
#define VER_FILEVERSION_STR "v1.4.3 ("VER_DIGI_REVISION")"
#include <common.ver>