Skip to content

Commit

Permalink
Merge pull request #103 from makerdao/floating_pragma
Browse files Browse the repository at this point in the history
Update pragma to floating 0.5.12
  • Loading branch information
brianmcmichael authored Jan 22, 2020
2 parents 870d6fd + f632302 commit 9cc575f
Show file tree
Hide file tree
Showing 23 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion src/cat.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/dai.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/end.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/flap.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/flip.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/flop.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/join.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/jug.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/lib.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

contract LibNote {
event LogNote(
Expand Down
2 changes: 1 addition & 1 deletion src/pot.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/spot.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/test/dai.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "ds-test/test.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/test/end.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "ds-test/test.sol";
import "ds-token/token.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/flap.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "ds-test/test.sol";
import {DSToken} from "ds-token/token.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/flip.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "ds-test/test.sol";
import {DSToken} from "ds-token/token.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/flop.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import {DSTest} from "ds-test/test.sol";
import {DSToken} from "ds-token/token.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/fork.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "ds-test/test.sol";
import "ds-token/token.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/jug.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "ds-test/test.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/test/pot.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "ds-test/test.sol";
import {Vat} from '../vat.sol';
Expand Down
2 changes: 1 addition & 1 deletion src/test/vat.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "ds-test/test.sol";
import "ds-token/token.sol";
Expand Down
2 changes: 1 addition & 1 deletion src/test/vow.t.sol
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "ds-test/test.sol";

Expand Down
2 changes: 1 addition & 1 deletion src/vat.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

contract Vat {
// --- Auth ---
Expand Down
2 changes: 1 addition & 1 deletion src/vow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

pragma solidity 0.5.12;
pragma solidity ^0.5.12;

import "./lib.sol";

Expand Down

0 comments on commit 9cc575f

Please sign in to comment.