From 1b4c7c158a9cc88d66e621c769107daee3bcf26f Mon Sep 17 00:00:00 2001 From: hanez Date: Sun, 12 Oct 2025 23:43:34 +0200 Subject: [PATCH] Documentation update. No code changes. (0.26.5) --- README.md | 2 +- docs/handbook.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 913cdda..4ca4b9b 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,8 @@ This section is a work in progress... Please excuse the lack of more information ### Rules -- Every commit requires a version incremantion in CMakeLists.txt before committing - 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. - Version numbering follows "[Semantic Versioning 2.0.0](https://semver.org/spec/v2.0.0.html)" ### Development systems diff --git a/docs/handbook.md b/docs/handbook.md index 14dfbd0..f4c999d 100644 --- a/docs/handbook.md +++ b/docs/handbook.md @@ -29,7 +29,7 @@ This requires Cygwin to be installed and configured. I will not cover this here. ### Build Fun -Linux/UNIX only covered here for now. +Linux/UNIX and Cygwin only covered here for now. Clone repository: