WIENER_SNMP  1.1
A C/C++ library for MPOD crate access via SNMP
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
version.h
Go to the documentation of this file.
1 #ifndef VERSION_H
2 #define VERSION_H
3 
4 #define VER_FILEVERSION 1,1,1,0
5 #define VER_FILEVERSION_STR "1.1.1.0\0"
6 
7 #define VER_PRODUCTVERSION VER_FILEVERSION
8 #define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
9 
10 #define VER_COMPANYNAME_STR "WIENER Plein & Baus GmbH"
11 #define VER_LEGALCOPYRIGHT_STR "2006-2013 WIENER Plein & Baus GmbH"
12 #define VER_LEGALTRADEMARKS1_STR "All Rights Reserved"
13 #define VER_LEGALTRADEMARKS2_STR VER_LEGALTRADEMARKS1_STR
14 #define VER_COMPANYDOMAIN_STR "www.wiener-d.com"
15 
16 #define VER_FILEDESCRIPTION_STR "Provides access to a WIENER MPOD crate"
17 #define VER_INTERNALNAME_STR "WIENER_SNMP"
18 #define VER_ORIGINALFILENAME_STR "WIENER_SNMP.dll"
19 #define VER_PRODUCTNAME_STR "WIENER_SNMP"
20 
21 #endif // VERSION_H