]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4219 --resolve
authorJeff Lenk <jeff@jefflenk.com>
Tue, 14 Aug 2012 02:30:10 +0000 (21:30 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Tue, 14 Aug 2012 02:30:10 +0000 (21:30 -0500)
libs/win32/util.vbs

index a6f3cf835daa02d9ef3e967f10c8ec2a86a842da..e7815da529825a97d3055b311289b94bc9b7b01a 100644 (file)
@@ -376,7 +376,7 @@ Sub CreateVersion(tmpFolder, VersionDir, includebase, includedest)
                If strLastCommit <> "" And strLastCommitHuman <> "" And strRevision <> "" Then\r
                        'Bild version string\r
                        strGitVer = "git~" & strLastCommit & "~" & strRevision\r
-                       strVerHuman = "; git at commit " & strRevision & " on " & strLastCommitHuman\r
+                       strVerHuman = strVerRev & "; git at commit " & strRevision & " on " & strLastCommitHuman\r
 \r
                        'Check for local changes, if found, append to git revision string\r
                        If ShowUnclean Then\r