From fc800b4c7d099b16eeb4bbcc92937e2edb052ae6 Mon Sep 17 00:00:00 2001 From: Jannik Seiler Date: Fri, 21 Aug 2020 18:53:13 +0200 Subject: [PATCH] --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index bf2c464..a7567d0 100644 --- a/Documentation.md +++ b/Documentation.md @@ -8,7 +8,7 @@ We map the version name and version code. * **RC**: versionName: "0.6.0-RC1" -> versionCode: 0059xx (from beta) * **Beta**: versionName: "0.5.90" -> versionCode: 005900 -A beta release will always be version "x.x.9x". There is a total of 10 "Beta" version names (x.x.90 to x.x.99). The beat version codes will start at `nnpp00` The RC phase the nersion name is always "*VERSION*-RC*X*". Th version code will be increased as with the beta versions. Th final release will be `nnrr00`. +A beta release will always be version "x.x.9x". There is a total of 10 "Beta" version names (x.x.90 to x.x.99). The beat version codes will start at `nnpp00`. The RC phase the nersion name is always "*VERSION*-RC*X*". Th version code will be increased as with the beta versions. Th final release will be `nnrr00`. n: 0, currently not used r: the release number