EPICS Base  7.0.6.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
databaseVersion.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_databaseVersion_H
10 #define INC_databaseVersion_H
11 
12 #define EPICS_DATABASE_MAJOR_VERSION 3
13 #define EPICS_DATABASE_MINOR_VERSION 21
14 #define EPICS_DATABASE_MAINTENANCE_VERSION 0
15 #define EPICS_DATABASE_DEVELOPMENT_FLAG 0
16 
17 #include <epicsVersion.h>
18 
19 #define DATABASE_VERSION_INT VERSION_INT(EPICS_DATABASE_MAJOR_VERSION, \
20  EPICS_DATABASE_MINOR_VERSION, EPICS_DATABASE_MAINTENANCE_VERSION, 0)
21 
22 #endif /* INC_databaseVersion_H */