From 85ae6f86b1ac81101854601b45f98c33221cbff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 21 Jul 2015 11:48:09 -0700 Subject: [PATCH] Quote version patterns as well --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 316f445b6..c400d8d61 100644 --- a/README.md +++ b/README.md @@ -75,15 +75,15 @@ provides more useful feedback than the command line). Versioning ---------- -Each stable version follows the X.Y pattern. Hotfix releases - i.e. when a +Each stable version follows the `X.Y` pattern. Hotfix releases - i.e. when a stable has an important bug that needs immediate fixing - will follow the -X.Y.Z pattern. +`X.Y.Z` pattern. Before each stable release, a number of alpha releases will be released. They -will follow the pattern X.Y-alphaN, where N is the current alpha number. These -will usually include changes and new features that have not been tested enough -for a stable release, so use at your own risk. Testers and reporters are very -welcome. +will follow the pattern `X.Y-alphaN`, where `N` is the current alpha number. +These will usually include changes and new features that have not been tested +enough for a stable release, so use at your own risk. Testers and reporters +are very welcome. The version codes use a number of digits per each of these keys: `XYYZNN`. So for example, 1.3.1 would be `103100` and 0.95-alpha13 would be `95013`