mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
740 B
23 lines
740 B
#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>
|
|
|