Skip to content

Commit

Permalink
fix: Version update and SwVer-I PV.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed Nov 11, 2024
1 parent 521148f commit 22891e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure/CONFIG_MRFIOC2_VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
MRFIOC2_MAJOR_VERSION = 2
MRFIOC2_MINOR_VERSION = 6
MRFIOC2_MAINTENANCE_VERSION = 1
MRFIOC2_MINOR_VERSION = 7
MRFIOC2_MAINTENANCE_VERSION = 0
2 changes: 2 additions & 0 deletions configure/CONFIG_SITE
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion configure/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ CFG += CONFIG_MRFIOC2_MODULE
CFG += CONFIG_MRFIOC2_VERSION

include $(TOP)/configure/RULES

2 changes: 1 addition & 1 deletion documentation/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 22891e2

Please sign in to comment.