EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
libComVersion.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_libComVersion_H
10 #define INC_libComVersion_H
11 
12 #define EPICS_LIBCOM_MAJOR_VERSION 3
13 #define EPICS_LIBCOM_MINOR_VERSION 21
14 #define EPICS_LIBCOM_MAINTENANCE_VERSION 0
15 #define EPICS_LIBCOM_DEVELOPMENT_FLAG 0
16 
17 #include <epicsVersion.h>
18 
19 #define LIBCOM_VERSION_INT VERSION_INT(EPICS_LIBCOM_MAJOR_VERSION, \
20  EPICS_LIBCOM_MINOR_VERSION, EPICS_LIBCOM_MAINTENANCE_VERSION, 0)
21 
22 #endif /* INC_libComVersion_H */