mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update version pragmas from >0.4.21 to ^0.4.22.
This commit is contained in:
parent
ea445b9d37
commit
2192e4035a
@ -40,7 +40,7 @@ This means that cyclic creation dependencies are impossible.
|
||||
|
||||
::
|
||||
|
||||
pragma solidity >0.4.21;
|
||||
pragma solidity ^0.4.22;
|
||||
|
||||
contract OwnedToken {
|
||||
// TokenCreator is a contract type that is defined below.
|
||||
@ -983,7 +983,7 @@ default constructor: ``contructor() public {}``.
|
||||
|
||||
::
|
||||
|
||||
pragma solidity >0.4.21;
|
||||
pragma solidity ^0.4.22;
|
||||
|
||||
contract A {
|
||||
uint public a;
|
||||
|
@ -1,4 +1,4 @@
|
||||
pragma solidity >0.4.21;
|
||||
pragma solidity ^0.4.22;
|
||||
|
||||
import "./Token.sol";
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
pragma solidity >0.4.21;
|
||||
pragma solidity ^0.4.22;
|
||||
|
||||
contract owned {
|
||||
address owner;
|
||||
|
Loading…
Reference in New Issue
Block a user