diff --git a/libs/win32/util.vbs b/libs/win32/util.vbs index a6f3cf835d..e7815da529 100644 --- a/libs/win32/util.vbs +++ b/libs/win32/util.vbs @@ -376,7 +376,7 @@ Sub CreateVersion(tmpFolder, VersionDir, includebase, includedest) If strLastCommit <> "" And strLastCommitHuman <> "" And strRevision <> "" Then 'Bild version string strGitVer = "git~" & strLastCommit & "~" & strRevision - strVerHuman = "; git at commit " & strRevision & " on " & strLastCommitHuman + strVerHuman = strVerRev & "; git at commit " & strRevision & " on " & strLastCommitHuman 'Check for local changes, if found, append to git revision string If ShowUnclean Then