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)
8
8
eth_policy ()
9
9
10
10
# project name and version should be set after cmake_policy CMP0048
11
- set (PROJECT_VERSION "0.3.6 " )
11
+ set (PROJECT_VERSION "0.4.0 " )
12
12
project (solidity VERSION ${PROJECT_VERSION} )
13
13
14
14
# Let's find our dependencies
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ endif()
23
23
# If it does not exist, create our own prerelease string
24
24
if (EXISTS ${ETH_SOURCE_DIR} /prerelease.txt )
25
25
file (READ ${ETH_SOURCE_DIR} /prerelease.txt SOL_VERSION_PRERELEASE )
26
- string (STRIP ${SOL_VERSION_PRERELEASE} SOL_VERSION_PRERELEASE )
26
+ string (STRIP " ${SOL_VERSION_PRERELEASE} " SOL_VERSION_PRERELEASE )
27
27
else ()
28
28
string (TIMESTAMP SOL_VERSION_PRERELEASE "develop.%Y.%m.%d" UTC )
29
29
endif ()
You can’t perform that action at this time.
0 commit comments