aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/scripts
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2016-09-09 23:43:36 +0800
committerGitHub <noreply@github.com>2016-09-09 23:43:36 +0800
commit6c757ce4b8b8bef51de77180d1b914453655e238 (patch)
tree42b2fe5d3c7f40c98da9026d9f04292fe001ec9c /cmake/scripts
parent29ecc6fe31d56feaf5d5a04e84b12138baa0d1e7 (diff)
downloaddexon-solidity-6c757ce4b8b8bef51de77180d1b914453655e238.tar.gz
dexon-solidity-6c757ce4b8b8bef51de77180d1b914453655e238.tar.zst
dexon-solidity-6c757ce4b8b8bef51de77180d1b914453655e238.zip
Style.
Diffstat (limited to 'cmake/scripts')
-rw-r--r--cmake/scripts/buildinfo.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/buildinfo.cmake b/cmake/scripts/buildinfo.cmake
index 5f19df07..f0e39906 100644
--- a/cmake/scripts/buildinfo.cmake
+++ b/cmake/scripts/buildinfo.cmake
@@ -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)