From 3c412ed2f63a58b27eeb00fe584b9378311b099f Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 19 Aug 2016 19:57:21 +0200 Subject: Version pragma. --- test/contracts/FixedFeeRegistrar.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/contracts/FixedFeeRegistrar.cpp') diff --git a/test/contracts/FixedFeeRegistrar.cpp b/test/contracts/FixedFeeRegistrar.cpp index 3acfba62..0df26ee4 100644 --- a/test/contracts/FixedFeeRegistrar.cpp +++ b/test/contracts/FixedFeeRegistrar.cpp @@ -52,6 +52,8 @@ static char const* registrarCode = R"DELIMITER( // @authors: // Gav Wood +pragma solidity ^0.3.6; + contract Registrar { event Changed(string indexed name); -- cgit