Suffix the "mod" version modifier using a dot.

This commit is contained in:
chriseth 2016-09-08 17:03:57 +02:00
parent fb86d90e08
commit 4bc0a2d00c

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)