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.
12 lines
584 B
12 lines
584 B
#ifdef S_RK
|
|
#define VER_PRODUCTNAME "RocketPort RocketModem RocketModemII RocketModem i(TM) Series Async Adapters for the Microsoft® Windows(TM) Operating System\0"
|
|
#define VER_INTERNALNAME "RocketPort"
|
|
#define VER_PRODUCTVERSION_STR "4.41"
|
|
#define VER_PRODUCTVERSION 4,41
|
|
#else
|
|
#define VER_PRODUCTNAME "VS1000/VS2000, RocketPort Serial Hub for the Microsoft® Windows(TM) Operating System\0"
|
|
#define VER_INTERNALNAME "VSLinkA"
|
|
#define VER_PRODUCTVERSION_STR "2.41"
|
|
#define VER_PRODUCTVERSION 2,41
|
|
#endif
|
|
|