5.2 all contracts now solidity ^0.4.8

This commit is contained in:
Manuel Araoz
2017-03-20 15:42:40 -03:00
parent 6ae7ac97f6
commit a1aa74f96d
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pragma solidity ^0.4.0; pragma solidity ^0.4.8;
import './Ownable.sol'; import './Ownable.sol';

View File

@ -1,4 +1,4 @@
pragma solidity ^0.4.0; pragma solidity ^0.4.8;
import './Ownable.sol'; import './Ownable.sol';
/* /*