mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #10665 from smarteasy/develop
Update introduction-to-smart-contracts.rst
This commit is contained in:
commit
67712d50ba
@ -37,7 +37,7 @@ GPL version 3.0. Machine-readable license specifiers are important
|
||||
in a setting where publishing the source code is the default.
|
||||
|
||||
The next line specifies that the source code is written for
|
||||
Solidity version 0.4.16, or a newer version of the language up to, but not including version 0.8.0.
|
||||
Solidity version 0.4.16, or a newer version of the language up to, but not including version 0.9.0.
|
||||
This is to ensure that the contract is not compilable with a new (breaking) compiler version, where it could behave differently.
|
||||
:ref:`Pragmas<pragma>` are common instructions for compilers about how to treat the
|
||||
source code (e.g. `pragma once <https://en.wikipedia.org/wiki/Pragma_once>`_).
|
||||
|
Loading…
Reference in New Issue
Block a user