From 949daee4b4e43ddcef07d806228012bf098eb9c8 Mon Sep 17 00:00:00 2001 From: hanez Date: Sun, 12 Oct 2025 23:44:42 +0200 Subject: [PATCH] Documentation update. No code changes. (0.26.5) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ca4b9b..41275a1 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ This section is a work in progress... Please excuse the lack of more information ### Rules - Every commit message must contain the version at the end in the following format (1.2.3) -- Every commit requires a version incrementation in CMakeLists.txt before committing. Documentation updates do not increment the version but must contain the version in each commit message. +- Every commit requires a version incrementation in CMakeLists.txt before committing. Documentation updates do not increment the version but must contain the current version in each commit message. - Version numbering follows "[Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html)" ### Development systems