mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Style.
This commit is contained in:
parent
29ecc6fe31
commit
6c757ce4b8
@ -26,7 +26,7 @@ if (EXISTS ${ETH_SOURCE_DIR}/prerelease.txt)
|
||||
string(STRIP "${SOL_VERSION_PRERELEASE}" SOL_VERSION_PRERELEASE)
|
||||
else()
|
||||
string(TIMESTAMP SOL_VERSION_PRERELEASE "develop.%Y.%m.%d" UTC)
|
||||
string(REPLACE .0 . SOL_VERSION_PRERELEASE "${SOL_VERSION_PRERELEASE}")
|
||||
string(REPLACE .0 . SOL_VERSION_PRERELEASE "${SOL_VERSION_PRERELEASE}")
|
||||
endif()
|
||||
|
||||
if (EXISTS ${ETH_SOURCE_DIR}/commit_hash.txt)
|
||||
|
Loading…
Reference in New Issue
Block a user