export QSRV version

This commit is contained in:
Michael Davidsaver
2017-11-27 17:18:49 -06:00
parent e69f99c57e
commit dd48d9355c
5 changed files with 28 additions and 12 deletions

24
.gitignore vendored
View File

@ -1,15 +1,15 @@
bin/ /bin/
lib/ /cfg/
doc/ /lib/
include/ /include/
db/ /db/
dbd/ /dbd/
documentation/html /documentation/html
documentation/*.tag /documentation/*.tag
/configure/*.local
/configure/RELEASE.*
/configure/CONFIG_SITE.*
/!configure/ExampleRELEASE.local
envPaths envPaths
configure/*.local
configure/RELEASE.*
configure/CONFIG_SITE.*
!configure/ExampleRELEASE.local
**/O.* **/O.*
QtC-* QtC-*

View File

@ -0,0 +1,9 @@
# Module (source) version
EPICS_QSRV_MAJOR_VERSION = 1
EPICS_QSRV_MINOR_VERSION = 0
EPICS_QSRV_MAINTENANCE_VERSION = 0
EPICS_QSRV_DEVELOPMENT_FLAG = 1
# ABI version
EPICS_QSRV_ABI_MAJOR_VERSION = 1
EPICS_QSRV_ABI_MINOR_VERSION = 0

View File

@ -5,4 +5,6 @@ include $(TOP)/configure/CONFIG
TARGETS = $(CONFIG_TARGETS) TARGETS = $(CONFIG_TARGETS)
CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS))) CONFIGS += $(subst ../,,$(wildcard $(CONFIG_INSTALLS)))
CFG += CONFIG_QSRV_VERSION
include $(TOP)/configure/RULES include $(TOP)/configure/RULES

View File

@ -7,6 +7,8 @@ include $(TOP)/configure/CONFIG
LIBRARY += qsrv LIBRARY += qsrv
SHRLIB_VERSION ?= $(EPICS_QSRV_ABI_MAJOR_VERSION).$(EPICS_QSRV_ABI_MINOR_VERSION)
USR_CPPFLAGS += -I$(TOP)/common -I$(TOP)/p2pApp USR_CPPFLAGS += -I$(TOP)/common -I$(TOP)/p2pApp
qsrv_SRCS += pvif.cpp qsrv_SRCS += pvif.cpp

View File

@ -1,3 +1,6 @@
# Changes to this file may require incrementing
# the ABI version in CONFIG_QSRV_VERSION
registrar(QSRVRegistrar) registrar(QSRVRegistrar)
#registrar(installPVAAddLinkHook) #registrar(installPVAAddLinkHook)
#link("pva", "lsetPVA") #link("pva", "lsetPVA")