From 22891e2709b503cc64c8a0f2809ca4138f179670 Mon Sep 17 00:00:00 2001 From: Jerzy Jamroz Date: Mon, 11 Nov 2024 12:25:29 +0100 Subject: [PATCH] fix: Version update and SwVer-I PV. --- configure/CONFIG_MRFIOC2_VERSION | 4 ++-- configure/CONFIG_SITE | 2 ++ configure/Makefile | 1 - documentation/Doxyfile | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/configure/CONFIG_MRFIOC2_VERSION b/configure/CONFIG_MRFIOC2_VERSION index b2ecaad0..c7c73258 100644 --- a/configure/CONFIG_MRFIOC2_VERSION +++ b/configure/CONFIG_MRFIOC2_VERSION @@ -1,3 +1,3 @@ MRFIOC2_MAJOR_VERSION = 2 -MRFIOC2_MINOR_VERSION = 6 -MRFIOC2_MAINTENANCE_VERSION = 1 +MRFIOC2_MINOR_VERSION = 7 +MRFIOC2_MAINTENANCE_VERSION = 0 diff --git a/configure/CONFIG_SITE b/configure/CONFIG_SITE index d83b28f2..35787a4f 100644 --- a/configure/CONFIG_SITE +++ b/configure/CONFIG_SITE @@ -40,5 +40,7 @@ MRFIOC2_MINOR_VERSION ?= 0 SHRLIB_VERSION ?= $(MRFIOC2_MAJOR_VERSION).$(MRFIOC2_MINOR_VERSION) +include $(TOP)/configure/CONFIG_MRFIOC2_VERSION + -include $(TOP)/../CONFIG_SITE.local -include $(TOP)/configure/CONFIG_SITE.local diff --git a/configure/Makefile b/configure/Makefile index 0e7d0053..79059cd1 100644 --- a/configure/Makefile +++ b/configure/Makefile @@ -17,4 +17,3 @@ CFG += CONFIG_MRFIOC2_MODULE CFG += CONFIG_MRFIOC2_VERSION include $(TOP)/configure/RULES - diff --git a/documentation/Doxyfile b/documentation/Doxyfile index e1744426..e26d3442 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.6.1 +PROJECT_NUMBER = 2.7.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.