From 6faa42f1af38dce97e378c5fdeae0e7826641e62 Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Thu, 19 Dec 2024 15:10:10 +0100 Subject: [PATCH] release: 2.7.2 --- configure/CONFIG_MRFIOC2_VERSION | 2 +- documentation/Doxyfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure/CONFIG_MRFIOC2_VERSION b/configure/CONFIG_MRFIOC2_VERSION index 6d458fed..6ec72a5a 100644 --- a/configure/CONFIG_MRFIOC2_VERSION +++ b/configure/CONFIG_MRFIOC2_VERSION @@ -1,3 +1,3 @@ MRFIOC2_MAJOR_VERSION = 2 MRFIOC2_MINOR_VERSION = 7 -MRFIOC2_MAINTENANCE_VERSION = 1 +MRFIOC2_MAINTENANCE_VERSION = 2 diff --git a/documentation/Doxyfile b/documentation/Doxyfile index 6d23b954..9efc22f0 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.7.1 +PROJECT_NUMBER = 2.7.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.