EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
caVersion.h
1 /*************************************************************************\
2 * Copyright (c) 2017 UChicago Argonne LLC, as Operator of Argonne
3 * National Laboratory.
4 * SPDX-License-Identifier: EPICS
5 * EPICS BASE is distributed subject to a Software License Agreement found
6 * in file LICENSE that is included with this distribution.
7 \*************************************************************************/
8 
9 #ifndef INC_caVersion_H
10 #define INC_caVersion_H
11 
12 #define EPICS_CA_MAJOR_VERSION 4
13 #define EPICS_CA_MINOR_VERSION 14
14 #define EPICS_CA_MAINTENANCE_VERSION 1
15 #define EPICS_CA_DEVELOPMENT_FLAG 0
16 
17 #include <epicsVersion.h>
18 
19 #define CA_VERSION_INT VERSION_INT(EPICS_CA_MAJOR_VERSION, \
20  EPICS_CA_MINOR_VERSION, EPICS_CA_MAINTENANCE_VERSION, 0)
21 
22 #endif /* INC_caVersion_H */