Update version numbers to 4.5.0 for EPICS 7.0.2.2 release

This commit is contained in:
Andrew Johnson
2019-04-15 11:27:27 -05:00
parent 3111e90de8
commit 428adb270e
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
This document summarizes the changes to the module between releases.
## release (EPICS 7.0.2.2 April 2019)
## Release 4.5.0 (EPICS 7.0.2.2, Apr 2019)
Changes have been made for getDouble, putDouble, getDoubleArray, putDoubleArray, getString, putString, getStringArray, and putStringArray.

View File

@ -6,7 +6,7 @@ include $(TOP)/configure/CONFIG
LIBRARY += pvaClient
# shared library ABI version.
SHRLIB_VERSION ?= 4.4.0
SHRLIB_VERSION ?= 4.5.0
INC += pv/pvaClient.h
INC += pv/pvaClientMultiChannel.h