# Version number for the Channel Access API and shared library

EPICS_CA_MAJOR_VERSION = 4
EPICS_CA_MINOR_VERSION = 14
EPICS_CA_MAINTENANCE_VERSION = 4

# Development flag, set to zero for release versions

EPICS_CA_DEVELOPMENT_FLAG = 0

# Immediately after a release the MAINTENANCE_VERSION
# will be incremented and the DEVELOPMENT_FLAG set to 1
