Files
epics-base/modules/libcom/src/libComVersionNum.h@
2018-06-19 11:25:46 +02:00

8 lines
355 B
Plaintext

#ifndef LIBCOMVERSION_H
# error include libComVersion.h, not this header
#endif
#define EPICS_LIBCOM_MAJOR_VERSION @EPICS_LIBCOM_MAJOR_VERSION@
#define EPICS_LIBCOM_MINOR_VERSION @EPICS_LIBCOM_MINOR_VERSION@
#define EPICS_LIBCOM_MAINTENANCE_VERSION @EPICS_LIBCOM_MAINTENANCE_VERSION@
#define EPICS_LIBCOM_DEVELOPMENT_FLAG @EPICS_LIBCOM_DEVELOPMENT_FLAG@