This website works better with JavaScript
GitBross
Home
Explore
Help
Register
Sign In
sol_Bo8des9o
/
openzeppelin-contracts
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
5.2 all contracts now solidity ^0.4.8
Manuel Araoz
8 years ago
parent
6ae7ac97f6
commit
a1aa74f96d
2 changed files
with
2 additions
and
2 deletions
Split View
Show Diff Stats
1
1
contracts/ownership/Claimable.sol
1
1
contracts/ownership/Contactable.sol
+ 1
- 1
contracts/ownership/Claimable.sol
View File
@@ -1,4 +1,4 @@
-pragma solidity ^0.4.
0
;
+pragma solidity ^0.4.
8
;
import './Ownable.sol';
+ 1
- 1
contracts/ownership/Contactable.sol
View File
@@ -1,4 +1,4 @@
-pragma solidity ^0.4.
0
;
+pragma solidity ^0.4.
8
;
import './Ownable.sol';
/*