diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-01-17 21:01:11 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-01-17 21:01:55 +0800 |
commit | 592c692bceb4cbf14446ad7eff949a475ab63251 (patch) | |
tree | 7146dcd0da1dbbfc3637286057b84a1a07cc9b80 | |
parent | 9f9b7fb6f0953558bb671c5385dec9c875eb15f0 (diff) | |
download | dexon-solidity-592c692bceb4cbf14446ad7eff949a475ab63251.tar dexon-solidity-592c692bceb4cbf14446ad7eff949a475ab63251.tar.gz dexon-solidity-592c692bceb4cbf14446ad7eff949a475ab63251.tar.bz2 dexon-solidity-592c692bceb4cbf14446ad7eff949a475ab63251.tar.lz dexon-solidity-592c692bceb4cbf14446ad7eff949a475ab63251.tar.xz dexon-solidity-592c692bceb4cbf14446ad7eff949a475ab63251.tar.zst dexon-solidity-592c692bceb4cbf14446ad7eff949a475ab63251.zip |
Mention how our version maps to Semver
-rw-r--r-- | docs/installing-solidity.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index 2a1f5012..345780d7 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -227,6 +227,9 @@ The Solidity version string contains four parts: 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 pre-release example: ``0.4.9-nightly.2017.1.17+commit.6ecb4aa3.Emscripten.clang`` |