Go to the documentation of this file. 1 #ifndef DEVLIBVERSION_H 2 #define DEVLIBVERSION_H 4 #include <epicsVersion.h> 7 # define VERSION_INT(V,R,M,P) ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P)) 8 # define EPICS_VERSION_INT VERSION_INT(EPICS_VERSION, EPICS_REVISION, EPICS_MODIFICATION, EPICS_PATCH_LEVEL) 11 #endif // DEVLIBVERSION_H