Mention how our version maps to Semver

This commit is contained in:
Alex Beregszaszi 2017-01-17 13:01:11 +00:00
parent 9f9b7fb6f0
commit 592c692bce

View File

@ -227,6 +227,9 @@ The Solidity version string contains four parts:
If there are local modifications, the commit will be postfixed with ``.mod``. If there are local modifications, the commit will be postfixed with ``.mod``.
These parts are combined as required by Semver, where the Solidity pre-release tag equals to the Semver pre-release
and the Solidity commit and platform combined make up the Semver build metadata.
A relase example: ``0.4.8+commit.60cc1668.Emscripten.clang``. A relase example: ``0.4.8+commit.60cc1668.Emscripten.clang``.
A pre-release example: ``0.4.9-nightly.2017.1.17+commit.6ecb4aa3.Emscripten.clang`` A pre-release example: ``0.4.9-nightly.2017.1.17+commit.6ecb4aa3.Emscripten.clang``