Merge pull request #1068 from ethereum/modfix

Suffix the "mod" version modifier using a dot.
This commit is contained in:
chriseth 2016-09-09 11:03:01 +02:00 committed by GitHub
commit ec5aa44490

View File

@ -48,7 +48,7 @@ if (SOL_COMMIT_HASH)
endif()
if (SOL_COMMIT_HASH AND SOL_LOCAL_CHANGES)
set(SOL_COMMIT_HASH "${SOL_COMMIT_HASH}-mod")
set(SOL_COMMIT_HASH "${SOL_COMMIT_HASH}.mod")
endif()
if (NOT SOL_COMMIT_HASH)