Suffix the "mod" version modifier using a dot.

This commit is contained in:
chriseth
2016-09-09 10:37:12 +02:00
parent fb86d90e08
commit 4bc0a2d00c
+1 -1
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)