File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ include(EthPolicy)
88eth_policy()
99
1010# project name and version should be set after cmake_policy CMP0048
11- set (PROJECT_VERSION "0.1.7 " )
11+ set (PROJECT_VERSION "0.2.0 " )
1212project (solidity VERSION ${PROJECT_VERSION} )
1313
1414# Let's find our dependencies
Original file line number Diff line number Diff line change @@ -5658,7 +5658,7 @@ BOOST_AUTO_TEST_CASE(version_stamp_for_libraries)
56585658 bytes runtimeCode = compileAndRun (sourceCode, 0 , " lib" );
56595659 BOOST_CHECK (runtimeCode.size () >= 8 );
56605660 BOOST_CHECK_EQUAL (runtimeCode[0 ], int (eth::Instruction::PUSH6)); // might change once we switch to 1.x.x
5661- BOOST_CHECK_EQUAL (runtimeCode[1 ], 1 ); // might change once we switch away from x.1 .x
5661+ BOOST_CHECK_EQUAL (runtimeCode[1 ], 2 ); // might change once we switch away from x.2 .x
56625662 BOOST_CHECK_EQUAL (runtimeCode[7 ], int (eth::Instruction::POP));
56635663}
56645664
You can’t perform that action at this time.
0 commit comments