From 91696f5ccbee66c4f1929fde5b9cd1d7e1900ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 4 Aug 2015 14:35:46 -0700 Subject: [PATCH] Fix versioning scheme for actual stable releases --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c400d8d61..f9f3c9aad 100644 --- a/README.md +++ b/README.md @@ -86,9 +86,12 @@ 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` +So for example, 1.3.1 would be `103150` and 0.95-alpha13 would be `95013` (leading zeros are omitted). +Note that we use a trailing `50` for actual stable releases, so alphas are +limited to `-alpha49`. + This is an example of a release process for release **0.95**: * We are currently at stable **0.94**