New CONFIG_NTYPES_VERSION file, use for SHRLIB_VERSION

This commit is contained in:
Andrew Johnson
2019-07-29 11:14:27 -05:00
parent dd2aa1863d
commit c6168a7477
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ LIBRARY = nt
nt_LIBS += pvData Com
# shared library ABI version.
SHRLIB_VERSION ?= 6.0.0
SHRLIB_VERSION ?= $(EPICS_NTYPES_MAJOR_VERSION).$(EPICS_NTYPES_MINOR_VERSION).$(EPICS_NTYPES_MAINTENANCE_VERSION)
include $(TOP)/configure/RULES