From 62d723fbbfabe495a0bb38c408b51a40dd1a8adc Mon Sep 17 00:00:00 2001
From: "Jason K. Moore" <moorepants@gmail.com>
Date: Fri, 15 Mar 2024 09:18:30 +0100
Subject: [PATCH] Added a version schema.

---
 README.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 78206c1..4ec5d8a 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,14 @@ examinations.
 
 # Revision history
 
-| version | year | changes |
-|:-------:|:----:|:--------|
-| initial | 2020 | initial make |
-| 2021.01 | 2021 | 2021-2022 update |
-| 2022.01 | 2022 | 2022-2023 update |
-| 2023.01 | 2023 | 2023-2024 update |
+Version numbering schema: `v<year>.<two digit integer>`.
+
+| version  | year | changes          |
+|:--------:|:----:|:-----------------|
+| v2020.01 | 2020 | initial make     |
+| v2021.01 | 2021 | 2021-2022 update |
+| v2022.01 | 2022 | 2022-2023 update |
+| v2023.01 | 2023 | 2023-2024 update |
 
 # Requirements
 
-- 
GitLab