EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
epicsVersion.h
1 /* Generated file epicsVersion.h */
2 
3 #ifndef INC_epicsVersion_H
4 #define INC_epicsVersion_H
5 
6 #define EPICS_VERSION 7
7 #define EPICS_REVISION 0
8 #define EPICS_MODIFICATION 6
9 #define EPICS_PATCH_LEVEL 1
10 #define EPICS_DEV_SNAPSHOT ""
11 #define EPICS_SITE_VERSION ""
12 
13 #define EPICS_VERSION_SHORT "7.0.6.1"
14 #define EPICS_VERSION_FULL "7.0.6.1"
15 #define EPICS_VERSION_STRING "EPICS 7.0.6.1"
16 #define epicsReleaseVersion "EPICS R7.0.6.1"
17 
18 #ifndef VERSION_INT
19 # define VERSION_INT(V,R,M,P) ( ((V)<<24) | ((R)<<16) | ((M)<<8) | (P))
20 #endif
21 #define EPICS_VERSION_INT VERSION_INT(7, 0, 6, 1)
22 
23 #endif /* INC_epicsVersion_H */