From 129e5363b7bcac4cb7fed2a90cf3e92c90354861 Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Mon, 8 Jan 2024 13:25:00 +0100 Subject: [PATCH] docs: Update of the release versioning. --- configure/CONFIG_MRFIOC2_VERSION | 2 +- documentation/Doxyfile | 2 +- documentation/mainpage.h | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/configure/CONFIG_MRFIOC2_VERSION b/configure/CONFIG_MRFIOC2_VERSION index 9e1f51fb..cfc1df4c 100644 --- a/configure/CONFIG_MRFIOC2_VERSION +++ b/configure/CONFIG_MRFIOC2_VERSION @@ -1,3 +1,3 @@ MRFIOC2_MAJOR_VERSION = 2 -MRFIOC2_MINOR_VERSION = 3 +MRFIOC2_MINOR_VERSION = 6 MRFIOC2_MAINTENANCE_VERSION = 0 diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 1733af2c..0b0b5dd7 100644 --- a/documentation/Doxyfile +++ b/documentation/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = mrfioc2 # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 2.3.0 +PROJECT_NUMBER = 2.6.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/documentation/mainpage.h b/documentation/mainpage.h index ce214e37..3c1cb331 100644 --- a/documentation/mainpage.h +++ b/documentation/mainpage.h @@ -77,7 +77,11 @@ For the generator see mrmEvgSetupVME() or the ::evgMrm class. @section changelog Changelog -@subsection v231 2.3.1 (UNRELEASED) +@subsection Nov 2023 and onwards + +@li https://github.com/epics-modules/mrfioc2/releases + +@subsection v231 2.3.1 (Nov 2023) @li Add PCIe error handling to Linux kernel module (Hinko Kocevar) @li Add DKMS and RPM configs for Linux kernel module source (Michael Abbott)