devLib2  2.12
devlibversion.h
Go to the documentation of this file.
1 #ifndef DEVLIBVERSION_H
2 #define DEVLIBVERSION_H
3 
4 #include <epicsVersion.h>
5 
6 #ifndef VERSION_INT
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)
9 #endif
10 
11 #endif // DEVLIBVERSION_H