Updated Home (markdown)

Stephen Williams 2022-12-26 10:00:41 -08:00
parent 9a54beab5b
commit 4f9dbf2e6c
1 changed files with 4 additions and 3 deletions

@ -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