Update all solidity versions to 0.4.18

This commit is contained in:
Alejandro Santander
2017-11-21 16:43:53 -03:00
parent f28c245a3c
commit e6213767fa
42 changed files with 41 additions and 41 deletions

View File

@ -1,4 +1,4 @@
pragma solidity ^0.4.11;
pragma solidity ^0.4.18;
/**
* @title Math

View File

@ -1,4 +1,4 @@
pragma solidity ^0.4.11;
pragma solidity ^0.4.18;
/**