diff --git a/Home.md b/Home.md index 210942e..adda856 100644 --- a/Home.md +++ b/Home.md @@ -13,14 +13,15 @@ When you get a "git clone", you are generally dropped in the "master" branch. to ## master -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. +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. The master branch does not have vNN_N tags, but instead has sYYYYMMD snapshot tags. + +* s20221226 - First snapshot after the v12 split. ## 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. +* v12_0 - Initial release of v12 stable. This is the start of the branch. ## v11-branch