From 9a54beab5b2fbfccdf30610c7f5ebbff9d3510ec Mon Sep 17 00:00:00 2001 From: Stephen Williams Date: Mon, 26 Dec 2022 09:48:13 -0800 Subject: [PATCH] Add v12. --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Home.md b/Home.md index 4b9c73d..210942e 100644 --- a/Home.md +++ b/Home.md @@ -15,6 +15,13 @@ When you get a "git clone", you are generally dropped in the "master" branch. to This is the main development branch and is the default branch when you do a git clone and don't otherwise switch to a branch. Mot development happens here. +## v12-branch + +This is the branch for the stable v12 release. Bug fixes to the stable release are put here, and minor releases are tags on this branch. + +### v12_0 +Initial release of v12 stable. This is the start of the branch. + ## v11-branch This is the branch for the stable v11 release.