1 /*************************************************************************\
2 * Copyright (c) 2017 UChicago Argonne LLC, as Operator of Argonne
4 * EPICS BASE is distributed subject to a Software License Agreement found
5 * in file LICENSE that is included with this distribution.
6 \*************************************************************************/
8 #ifndef INC_databaseVersion_H
9 #define INC_databaseVersion_H
11 #define EPICS_DATABASE_MAJOR_VERSION @EPICS_DATABASE_MAJOR_VERSION@
12 #define EPICS_DATABASE_MINOR_VERSION @EPICS_DATABASE_MINOR_VERSION@
13 #define EPICS_DATABASE_MAINTENANCE_VERSION @EPICS_DATABASE_MAINTENANCE_VERSION@
14 #define EPICS_DATABASE_DEVELOPMENT_FLAG @EPICS_DATABASE_DEVELOPMENT_FLAG@
16 #include <epicsVersion.h>
18 #define DATABASE_VERSION_INT VERSION_INT(EPICS_DATABASE_MAJOR_VERSION, \
19 EPICS_DATABASE_MINOR_VERSION, EPICS_DATABASE_MAINTENANCE_VERSION, 0)
21 #endif /* INC_databaseVersion_H */