Skip to content

Commit c2b8e0d

Browse files
committed
Update DAO to use version pragma
1 parent 5af8c12 commit c2b8e0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/DAO/Token.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ Which is itself based on the Ethereum standardized contract APIs:
2828
https://github.com/ethereum/wiki/wiki/Standardized_Contract_APIs
2929
*/
3030

31+
pragma solidity ^0.4.0;
32+
3133
/// @title Standard Token Contract.
3234

3335
contract TokenInterface {

0 commit comments

Comments
 (0)