aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-02-26 20:31:19 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-02-26 20:31:19 +0900
commite7a549d3d7341f66cb84761da9783f39276da116 (patch)
tree844f0c3a3d90468c2faa5a92a176e3482744a6a2
parenta78ae0e75225629563ce253308e9b88383b0ea4d (diff)
downloadlibquotient-e7a549d3d7341f66cb84761da9783f39276da116.tar.gz
libquotient-e7a549d3d7341f66cb84761da9783f39276da116.zip
README.md: update versioning convention for pre-releases
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0332bef..f885937c 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ So far the library is typically used as a git submodule of another project (such
The source code is hosted at GitHub: https://github.com/QMatrixClient/libqmatrixclient - checking out a certain commit or tag from GitHub (rather than downloading the archive) is the recommended way for one-off building. If you want to hack on the library as a part of another project (e.g. you are working on Quaternion but need to do some changes to the library code), you're advised to make a recursive check out of that project (in this case, Quaternion) and update the library submodule to its master branch.
-Tags starting with `v` represent released versions; `rc` mark release candidates.
+Tags consisting of digits and periods represent released versions; tags ending with `~betaN` or `~rcN` mark pre-releases.
### Pre-requisites
- a Linux, macOS or Windows system (desktop versions tried; Ubuntu Touch is known to work; mobile Windows and iOS might work too but never tried)