Update version numbers to 4.4.2 for EPICS 7.0.2.2 release

This commit is contained in:
Andrew Johnson
2019-04-15 11:48:15 -05:00
parent c2e3315f54
commit 2715f585e0
2 changed files with 2 additions and 4 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.4.2 (EPICS 7.0.2.2, Apr 2019)
Formerly if a client makes a request for a subfield of a non structure field
it resulted in a crash.
@ -48,5 +48,3 @@ The test is now a regression test which can be run using:
This is the first release of pvDatabaseCPP.
It provides functionality equivalent to pvDatabaseJava.

View File

@ -8,7 +8,7 @@ PVDATABASE_SRC = $(TOP)/src
LIBRARY += pvDatabase
# shared library ABI version.
SHRLIB_VERSION ?= 4.4.1
SHRLIB_VERSION ?= 4.4.2
INC += pv/channelProviderLocal.h
INC += pv/pvDatabase.h