Update version number to 4.7.0 DEVELOPMENT

This commit is contained in:
Andrew Johnson
2019-08-13 10:46:37 -05:00
parent 3f4df39ee0
commit 246cceae3e
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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