From ab6e36283b4f4fdb604595bace88af9ce7c646b3 Mon Sep 17 00:00:00 2001 From: Jeff Lenk Date: Mon, 13 Aug 2012 21:30:10 -0500 Subject: [PATCH] FS-4219 --resolve --- libs/win32/util.vbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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