diff --git a/configure/CONFIG_QSRV_VERSION b/configure/CONFIG_QSRV_VERSION index 081cf58..e1aca66 100644 --- a/configure/CONFIG_QSRV_VERSION +++ b/configure/CONFIG_QSRV_VERSION @@ -1,7 +1,7 @@ # Module (source) version EPICS_QSRV_MAJOR_VERSION = 1 EPICS_QSRV_MINOR_VERSION = 2 -EPICS_QSRV_MAINTENANCE_VERSION = 0 +EPICS_QSRV_MAINTENANCE_VERSION = 1 EPICS_QSRV_DEVELOPMENT_FLAG = 0 # ABI version diff --git a/documentation/Doxyfile b/documentation/Doxyfile index dec24ea..8ccaeef 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = pva2pva # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 1.2.0 +PROJECT_NUMBER = 1.2.1 # 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 6229982..cfe0dd6 100644 --- a/documentation/release_notes.dox +++ b/documentation/release_notes.dox @@ -2,6 +2,12 @@ @page release_notes Release Notes +Release 1.2.1 (July 2019) +========================= + +- Fixes + - Fix unittest: testpvalink. No functional change. + Release 1.2.0 (Mar 2019) ========================