diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-09-26 03:04:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-26 03:04:13 +0800 |
commit | 56eb9dd47fb413f243f89f5010badeccba0fbce9 (patch) | |
tree | 8406ab12c52b9de8669713856198faed10303ec4 /docs/layout-of-source-files.rst | |
parent | fc6eee02806ad007992c93cd90f7ce7bdd28556c (diff) | |
parent | e3e9ce53d7c8d5c1228ad7165660c8cb014b0f36 (diff) | |
download | dexon-solidity-56eb9dd47fb413f243f89f5010badeccba0fbce9.tar.gz dexon-solidity-56eb9dd47fb413f243f89f5010badeccba0fbce9.tar.zst dexon-solidity-56eb9dd47fb413f243f89f5010badeccba0fbce9.zip |
Merge pull request #4193 from ethereum/050-version
Set version to 0.5.0-develop
Diffstat (limited to 'docs/layout-of-source-files.rst')
-rw-r--r-- | docs/layout-of-source-files.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index 11f85aac..bef9652e 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -261,7 +261,7 @@ for the two input parameters and two returned values. :: - pragma solidity ^0.4.0; + pragma solidity >=0.4.0 <0.6.0; /** @title Shape calculator. */ contract ShapeCalculator { |