From 183cd70c47e27f2cec34512757860193104f674b Mon Sep 17 00:00:00 2001
From: Dimitry <winsvega@mail.ru>
Date: Mon, 5 Sep 2016 14:54:54 +0300
Subject: add "pragma solidity ^0.4.0;" to code examples

---
 docs/layout-of-source-files.rst | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'docs/layout-of-source-files.rst')

diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst
index fdb7b5e8..17ac8c6f 100644
--- a/docs/layout-of-source-files.rst
+++ b/docs/layout-of-source-files.rst
@@ -192,6 +192,8 @@ for the two input parameters and two returned values.
 
 ::
 
+    pragma solidity ^0.4.0;
+
  /** @title Shape calculator.*/
  contract shapeCalculator{
      /**@dev Calculates a rectangle's surface and perimeter.
-- 
cgit v1.2.3