Update version number to 4.7.0 DEVELOPMENT
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user