This commit is contained in:
Michael Davidsaver
2019-03-18 11:07:20 -07:00
parent b79f69231c
commit 8c275cbc1c
3 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
EPICS_PVD_MAJOR_VERSION = 7
EPICS_PVD_MINOR_VERSION = 1
EPICS_PVD_MAINTENANCE_VERSION = 0
EPICS_PVD_MAINTENANCE_VERSION = 2
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.1
PROJECT_NUMBER = 7.1.2
# 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,11 @@
@page release_notes Release Notes
Release 7.1.2 (Mar 2019)
========================
- 7.1.1 tag pushed prematurely.
Release 7.1.1 (Mar 2019)
========================