From: Jeff Lenk Date: Tue, 14 Aug 2012 02:30:10 +0000 (-0500) Subject: FS-4219 --resolve X-Git-Tag: v1.2.3^2~247^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a293512f6050085dfe56ef95078af71730df186a;p=thirdparty%2Ffreeswitch.git FS-4219 --resolve --- 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