From 246cceae3e682ac99413673195fec07dffa77267 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 13 Aug 2019 10:46:37 -0500 Subject: [PATCH] Update version number to 4.7.0 DEVELOPMENT --- configure/CONFIG_PVACLIENT_VERSION | 11 ++++++++++- documentation/RELEASE_NOTES.md | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/configure/CONFIG_PVACLIENT_VERSION b/configure/CONFIG_PVACLIENT_VERSION index 275091c..450c8b9 100644 --- a/configure/CONFIG_PVACLIENT_VERSION +++ b/configure/CONFIG_PVACLIENT_VERSION @@ -1,3 +1,12 @@ +# Version number for the PVA Client API and shared library + EPICS_PVACLIENT_MAJOR_VERSION = 4 -EPICS_PVACLIENT_MINOR_VERSION = 6 +EPICS_PVACLIENT_MINOR_VERSION = 7 EPICS_PVACLIENT_MAINTENANCE_VERSION = 0 + +# Development flag, set to zero for release versions + +EPICS_PVACLIENT_DEVELOPMENT_FLAG = 1 + +# Immediately after a release the MAINTENANCE_VERSION +# will be incremented and the DEVELOPMENT_FLAG set to 1 diff --git a/documentation/RELEASE_NOTES.md b/documentation/RELEASE_NOTES.md index 066cf62..2b31883 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. -## Since last release +## Release 4.7.0 (In Development) * added JSON support for put and putGet