Skip to content

Commit c67926c

Browse files
committed
Merge pull request #469 from chriseth/version
Set version to 0.3.1.
2 parents 15a4f4d + 33b9545 commit c67926c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ include(EthPolicy)
88
eth_policy()
99

1010
# project name and version should be set after cmake_policy CMP0048
11-
set(PROJECT_VERSION "0.3.0")
11+
set(PROJECT_VERSION "0.3.1")
1212
project(solidity VERSION ${PROJECT_VERSION})
1313

1414
# Let's find our dependencies

0 commit comments

Comments
 (0)