From 8c275cbc1caca1f6175b75b6f0ffc2d4abc234db Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 18 Mar 2019 11:07:20 -0700 Subject: [PATCH] 7.1.2 --- configure/CONFIG_PVDATA_VERSION | 2 +- documentation/Doxyfile | 2 +- documentation/release_notes.dox | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/configure/CONFIG_PVDATA_VERSION b/configure/CONFIG_PVDATA_VERSION index 8626931..784edb9 100644 --- a/configure/CONFIG_PVDATA_VERSION +++ b/configure/CONFIG_PVDATA_VERSION @@ -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 diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 3178259..172724b 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -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 diff --git a/documentation/release_notes.dox b/documentation/release_notes.dox index 02a91bd..338e054 100644 --- a/documentation/release_notes.dox +++ b/documentation/release_notes.dox @@ -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) ========================