13 lines
377 B
Plaintext
13 lines
377 B
Plaintext
# Version number for the libcom APIs and shared library
|
|
|
|
EPICS_LIBCOM_MAJOR_VERSION = 3
|
|
EPICS_LIBCOM_MINOR_VERSION = 17
|
|
EPICS_LIBCOM_MAINTENANCE_VERSION = 6
|
|
|
|
# Development flag, must be zero for official release versions
|
|
|
|
EPICS_LIBCOM_DEVELOPMENT_FLAG = 1
|
|
|
|
# Immediately after an official release the MAINTENANCE_VERSION
|
|
# will be incremented and the DEVELOPMENT_FLAG set to 1
|