From 428adb270e15a820fd2dc6647c7546ce54692cb9 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 15 Apr 2019 11:27:27 -0500 Subject: [PATCH] Update version numbers to 4.5.0 for EPICS 7.0.2.2 release --- documentation/RELEASE_NOTES.md | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 26bb62b..d1f7b6e 100644 --- a/documentation/RELEASE_NOTES.md +++ b/documentation/RELEASE_NOTES.md @@ -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. diff --git a/src/Makefile b/src/Makefile index 7dfc878..1e1a441 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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