This is Unofficial EPICS BASE Doxygen Site
caVersion.h@
Go to the documentation of this file.
1 /*************************************************************************\
2 * Copyright (c) 2017 UChicago Argonne LLC, as Operator of Argonne
3 * National Laboratory.
4 * EPICS BASE is distributed subject to a Software License Agreement found
5 * in file LICENSE that is included with this distribution.
6 \*************************************************************************/
7 
8 #ifndef INC_caVersion_H
9 #define INC_caVersion_H
10 
11 #define EPICS_CA_MAJOR_VERSION @EPICS_CA_MAJOR_VERSION@
12 #define EPICS_CA_MINOR_VERSION @EPICS_CA_MINOR_VERSION@
13 #define EPICS_CA_MAINTENANCE_VERSION @EPICS_CA_MAINTENANCE_VERSION@
14 #define EPICS_CA_DEVELOPMENT_FLAG @EPICS_CA_DEVELOPMENT_FLAG@
15 
16 #include <epicsVersion.h>
17 
18 #define CA_VERSION_INT VERSION_INT(EPICS_CA_MAJOR_VERSION, \
19  EPICS_CA_MINOR_VERSION, EPICS_CA_MAINTENANCE_VERSION, 0)
20 
21 #endif /* INC_caVersion_H */