diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-09-24 20:46:23 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-09-26 02:03:25 +0800 |
commit | 3ca00c73f9bac055f44bb5e3e27fdcb7ced0ee5c (patch) | |
tree | 6679b9e4363b7df17df5136a0830ef4a105bd4b6 /docs/layout-of-source-files.rst | |
parent | c9f468b7172157752df64c4ff3d7bfab01650a65 (diff) | |
download | dexon-solidity-3ca00c73f9bac055f44bb5e3e27fdcb7ced0ee5c.tar.gz dexon-solidity-3ca00c73f9bac055f44bb5e3e27fdcb7ced0ee5c.tar.zst dexon-solidity-3ca00c73f9bac055f44bb5e3e27fdcb7ced0ee5c.zip |
Update version pragma in all documentation examples
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 { |