From b67203ed1c2b3047ed5c00ca7418a9af51711e0e Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Fri, 26 Aug 2016 16:02:05 -0500 Subject: [PATCH] Update module version and release date for V4.6.0-rc1 --- documentation/pvaClientCPP.html | 2 +- src/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/pvaClientCPP.html b/documentation/pvaClientCPP.html index 20ee501..dccee86 100644 --- a/documentation/pvaClientCPP.html +++ b/documentation/pvaClientCPP.html @@ -26,7 +26,7 @@

EPICS pvaClientCPP

-

Release 4.2.0-SNAPSHOT - 2016-07-14

+

Release 4.2.1 - 2016-08-26

Abstract

diff --git a/src/Makefile b/src/Makefile index 7e945c7..6acd5e3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,7 @@ include $(TOP)/configure/CONFIG LIBRARY += pvaClient # shared library ABI version. -SHRLIB_VERSION ?= 4.2.0 +SHRLIB_VERSION ?= 4.2 INC += pv/pvaClient.h INC += pv/pvaClientMultiChannel.h