00001 /***************************************************************************/ 00034 #ifndef __EM_VERSION_H 00035 #define __EM_VERSION_H 00036 00037 #include "em_device.h" 00038 00039 #ifdef __cplusplus 00040 extern "C" { 00041 #endif 00042 00043 /***************************************************************************/ 00048 /***************************************************************************/ 00054 #define _EMLIB_VERSION 3.20.6 00055 00056 #define _EMLIB_VERSION_MAJOR 3 00057 00058 #define _EMLIB_VERSION_MINOR 20 00059 00060 #define _EMLIB_VERSION_PATCH 6 00061 00065 #ifdef __cplusplus 00066 } 00067 #endif 00068 00069 #endif /* __EM_VERSION_H */