This commit is contained in:
Michael Davidsaver
2019-04-17 09:24:40 -07:00
parent d53cb0cbc9
commit f7941139ab
3 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
EPICS_PVD_MAJOR_VERSION = 7
EPICS_PVD_MINOR_VERSION = 1
EPICS_PVD_MAINTENANCE_VERSION = 2
EPICS_PVD_MAINTENANCE_VERSION = 3
EPICS_PVD_DEVELOPMENT_FLAG = 0

View File

@@ -38,7 +38,7 @@ PROJECT_NAME = "PVData C++"
# could be handy for archiving the generated documentation or if some version
# control system is used.
PROJECT_NUMBER = 7.1.2
PROJECT_NUMBER = 7.1.3
# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a

View File

@@ -2,6 +2,12 @@
@page release_notes Release Notes
Release 7.1.3 (Apr 2019)
========================
- Fix for array serialization error to/from big endian.
https://github.com/epics-base/pvDataCPP/issues/65
Release 7.1.2 (Mar 2019)
========================